Skip to content

Commit

Permalink
chore(main): release 0.8.3 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 13, 2024
1 parent 0b9a322 commit d1c58d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.8.2" }
{".":"0.8.3"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1c58d6

Please sign in to comment.