Skip to content

Commit

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

* 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 Dec 7, 2023
1 parent 252c553 commit 09b19b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.5.0](https://github.com/liblaf/ai-commit-cli/compare/v0.4.0...v0.5.0) (2023-12-07)

### Features

- add ai_commit_cli command-line interface ([933111a](https://github.com/liblaf/ai-commit-cli/commit/933111acc6b237edfdd8841b854d99724103d978))
- update Taskfile.yaml and add dist.sh script ([252c553](https://github.com/liblaf/ai-commit-cli/commit/252c5539717b1bd26343b4f2b0503cd30b562c7f))

### Documentation

- create LICENSE ([#9](https://github.com/liblaf/ai-commit-cli/issues/9)) ([680f843](https://github.com/liblaf/ai-commit-cli/commit/680f84325c08e7896a870dd6c9530b2796573865))
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.4.0"
version = "0.5.0"

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

0 comments on commit 09b19b0

Please sign in to comment.