Skip to content

Commit

Permalink
chore(main): release 0.6.1 (#37)
Browse files Browse the repository at this point in the history
* chore(main): release 0.6.1

* ci(pre-commit): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pre-commit-ci[bot] authored Jan 26, 2024
1 parent 481cd94 commit 5652086
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,5 +1,11 @@
# Changelog

## [0.6.1](https://github.com/liblaf/ai-commit-cli/compare/v0.6.0...v0.6.1) (2024-01-26)

### Bug Fixes

- fix sanitize function in **init**.py ([481cd94](https://github.com/liblaf/ai-commit-cli/commit/481cd940f2b16a5ff6783abbb9f323f7fa2c9fb3))

## [0.6.0](https://github.com/liblaf/ai-commit-cli/compare/v0.5.0...v0.6.0) (2024-01-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "A CLI that writes your git commit messages for you with AI"
include = ["docs/prompt.md"]
name = "ai-commit-cli"
readme = "README.md"
version = "0.6.0"
version = "0.6.1"

[tool.poetry.dependencies]
httpx = { extras = ["socks"], version = ">=0.25.2,<0.27.0" }
Expand Down

0 comments on commit 5652086

Please sign in to comment.