Skip to content

Commit

Permalink
Update version to 1.4.95 and improve push command
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Aug 1, 2024
1 parent 9b9313d commit 130f75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Running tox will install hooks into the .tox directory. Keep this in my if you a
TODO: Add a cleanup function to undo this.

# Release Notes
* 1.4.95: `push` now uses straight up `git` commands to get better tracing and notification when push failed.
* 1.4.94: `askai` has now been moved to it's own package.
* 1.4.93: `askai` is now less verbose when using `--check`, and only the final response is returned.
* 1.4.92: `askai` now allows `--check` which asks the AI agent if the last answer was correct.
Expand Down
2 changes: 1 addition & 1 deletion src/zcmds/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Just holds the version for the app"""

# Also change version in pyproject.toml
VERSION = "1.4.94" # pylint: disable=R0801
VERSION = "1.4.95" # pylint: disable=R0801
__version__ = VERSION

0 comments on commit 130f75e

Please sign in to comment.