Skip to content

Commit

Permalink
chore: (release) Bump version to 0.5.3 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeikang committed May 14, 2024
1 parent 6a9503c commit 9d35f6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release v0.5.3
---------------------------

- feat: support gpt-4o, and default to it

Release v0.5.2
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/ai_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

import logging
import re
Expand Down

0 comments on commit 9d35f6d

Please sign in to comment.