Skip to content

Commit

Permalink
fix: #16
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeikang committed Jun 19, 2023
1 parent 9cdd9b7 commit b1bd40d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release v0.3.5
---------------------------

- fix: EdgeGPT bot error
- `commit` command add user-prompt option

Release v0.3.4
---------------------------

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.3.4"
__version__ = "0.3.5"

import logging
from logging.handlers import RotatingFileHandler
Expand Down

0 comments on commit b1bd40d

Please sign in to comment.