From 3b78409ea193ee9b33426f2bba36b45d43198107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 06:49:24 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f748748a4..77b058865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/liblaf/ai-commit-cli/compare/v0.7.0...v0.7.1) (2024-02-25) + + +### Bug Fixes + +* **ai_commit_cli/prompt:** update prompt message for determining scope ([142871d](https://github.com/liblaf/ai-commit-cli/commit/142871d44d66ceae2c07f1697dcd6bb4e6610020)) + ## [0.7.0](https://github.com/liblaf/ai-commit-cli/compare/v0.6.1...v0.7.0) (2024-02-04) ### Features diff --git a/pyproject.toml b/pyproject.toml index 1aff9124a..2a36936cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["liblaf "] description = "A CLI that writes your git commit messages for you with AI" name = "ai-commit-cli" readme = "README.md" -version = "0.7.0" +version = "0.7.1" [tool.poetry.dependencies] httpx = { extras = ["socks"], version = "^0.26.0" }