diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index 9d9fcbe1..02b4c36d 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{ ".": "0.8.2" } +{".":"0.8.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d63c15..ef27aa34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.3](https://github.com/liblaf/ai-commit-cli/compare/v0.8.2...v0.8.3) (2024-10-12) + + +### 🐛 Bug Fixes + +* refactor pricing model and context length handling ([32aace9](https://github.com/liblaf/ai-commit-cli/commit/32aace9dc152a2cacc7bf713e45b25e30b1ac00b)) + + +### ⬆️ Dependencies + +* **deps:** update eifinger/setup-rye action to v4 ([9d807e7](https://github.com/liblaf/ai-commit-cli/commit/9d807e70029f67c57cfcd0698c8afb788b98b14d)) +* **deps:** update peter-evans/create-pull-request action to v7 ([0b9a322](https://github.com/liblaf/ai-commit-cli/commit/0b9a3226fc4974cbb5fd6bd68a627699a88bf1e7)) + ## [0.8.2](https://github.com/liblaf/ai-commit-cli/compare/v0.8.1...v0.8.2) (2024-06-15) ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4cd508bf..b81fbd2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = { text = "MIT" } name = "ai-commit-cli" readme = "README.md" requires-python = ">= 3.11" -version = "0.8.2" +version = "0.8.3" [project.scripts] "aic" = "aic.cli:app"