From 09b19b026b6d795609522d62f3eecfe693634d22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:17:14 +0800 Subject: [PATCH] chore(main): release 0.5.0 (#12) * 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> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4df6babf --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/pyproject.toml b/pyproject.toml index a0c3acb3..7907ea89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }