Skip to content

Commit

Permalink
Update version to 1.4.92 and add release notes entry
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jul 22, 2024
1 parent ae41389 commit 68251fe
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.92: `askai` now allows `--check` which asks the AI agent if the last answer was correct.
* 1.4.91: `askai` using `exit` will better exit in interactive mode.
* 1.4.90: `askai` is upgraded to the latest models. ChatGPT3.5 has been replaced with GPT4o-mini. --advanced is now gpt-4o
* 1.4.89: Fixes `vidinfo --full` not being able to parse json with trailing commas.
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.91" # pylint: disable=R0801
VERSION = "1.4.92" # pylint: disable=R0801
__version__ = VERSION

0 comments on commit 68251fe

Please sign in to comment.