From 4ed7380f3ad387a0a6599fa77848c819e11b779b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:37:10 +0000 Subject: [PATCH] chore(main): release 0.8.1 --- .github/release-please/.manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index 8926173b7..03b3cb2ed 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{ ".": "0.8.0" } +{".":"0.8.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce50901b..58e121480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.8.1](https://github.com/liblaf/ai-commit-cli/compare/v0.8.0...v0.8.1) (2024-06-07) + + +### 🐛 Bug Fixes + +* update optional type annotations for pathspec, api_key, and base_url ([ff63961](https://github.com/liblaf/ai-commit-cli/commit/ff639617e133e6a0b2427e3c2220fcf70babada8)) + + +### 🏗 Miscellaneous Chores + +* **deps:** update python docker tag to v3.12.4 ([a29e127](https://github.com/liblaf/ai-commit-cli/commit/a29e12727a6d627415d77780ea22ff0b90c4dda3)) + + +### 💻 Continuous Integration + +* **repo:** sync with repo template ([62141f9](https://github.com/liblaf/ai-commit-cli/commit/62141f999ff04a6a7625dcbda2be1ea9b6f774d8)) +* **repo:** sync with repo template ([743c1c6](https://github.com/liblaf/ai-commit-cli/commit/743c1c675fd239ee1ae4bf75f0af4b6dd672e3a4)) +* **repo:** sync with repo template ([c92d3fb](https://github.com/liblaf/ai-commit-cli/commit/c92d3fb1594be167e752942016b57922ff798051)) + ## [0.8.0](https://github.com/liblaf/ai-commit-cli/compare/v0.7.0...v0.8.0) (2024-05-11) ### ✨ Features diff --git a/pyproject.toml b/pyproject.toml index 407b0bb18..ff7eca1c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = { text = "MIT" } name = "ai-commit-cli" readme = "README.md" requires-python = ">= 3.10" -version = "0.8.0" +version = "0.8.1" [project.scripts] "aic" = "aic.cli:app"