Skip to content

Commit

Permalink
chore(main): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
1 parent a29e127 commit 4ed7380
Show file tree
Hide file tree
Showing 3 changed files with 21 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.0" }
{".":"0.8.1"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10"
version = "0.8.0"
version = "0.8.1"

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

0 comments on commit 4ed7380

Please sign in to comment.