Skip to content

Commit

Permalink
chore(main): release 0.8.2 (#89)
Browse files Browse the repository at this point in the history
* chore(main): release 0.8.2

* ci(pre-commit): auto fixes from pre-commit hooks

---------

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>
  • Loading branch information
github-actions[bot] and pre-commit-ci[bot] authored Jun 15, 2024
1 parent 4d0d878 commit 1f75403
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1" }
{ ".": "0.8.2" }
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.8.2](https://github.com/liblaf/ai-commit-cli/compare/v0.8.1...v0.8.2) (2024-06-15)

### 🐛 Bug Fixes

- update release-please config and refactor CLI imports ([4d0d878](https://github.com/liblaf/ai-commit-cli/commit/4d0d878ff70cb6e4f3bb76595df3ed01d711d316))

## [0.8.1](https://github.com/liblaf/ai-commit-cli/compare/v0.8.0...v0.8.1) (2024-06-09)

### 🐛 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.1"
version = "0.8.2"

[project.scripts]
"aic" = "aic.cli:app"
Expand Down

0 comments on commit 1f75403

Please sign in to comment.