From a9e6198e6b55173ae8524e1518610ea43e322619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:09:36 +0800 Subject: [PATCH] chore(main): release 0.4.0 (#8) * chore(main): release 0.4.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 | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a6afb7..4eb5da1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.0](https://github.com/liblaf/ai-commit-cli/compare/v0.3.0...v0.4.0) (2023-12-01) + +### Features + +- **cmd:** add verbosity flag for logging ([d700ff3](https://github.com/liblaf/ai-commit-cli/commit/d700ff34aeeeeb4b4dbe7195223de3ff18f23c2f)) + ## [0.3.0](https://github.com/liblaf/ai-commit-cli/compare/v0.2.0...v0.3.0) (2023-11-28) ### Features diff --git a/Cargo.lock b/Cargo.lock index 8174105f..42f8557f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "ai-commit-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index c467fb77..2d1f3dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ license = "MIT" name = "ai-commit-cli" readme = "README.md" repository = "https://github.com/liblaf/ai-commit-cli" -version = "0.3.0" +version = "0.4.0"