Skip to content

Commit

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

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

for more information, see https://pre-commit.ci

---------

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 Nov 25, 2023
1 parent 0a73ec2 commit 4d2dacd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/liblaf/ai-commit-cli/compare/v0.1.0...v0.2.0) (2023-11-25)

### Features

- add support for prompt file in commit command ([0d48d56](https://github.com/liblaf/ai-commit-cli/commit/0d48d568c75dd50cbf5cd9a2d394caa48755ad8d))
- **cmd:** add commit and complete subcommands ([1db4f22](https://github.com/liblaf/ai-commit-cli/commit/1db4f22355efacd6928c130cb004dcb9ce876ad8))
- **cmd:** add tab-completion support for fish shell ([0a73ec2](https://github.com/liblaf/ai-commit-cli/commit/0a73ec2433bd2b0d4191cf20e231874f744e1bc8))

### Bug Fixes

- **log:** fix type inference issue in log.rs ([bc42c74](https://github.com/liblaf/ai-commit-cli/commit/bc42c740e08d71be103974de50c9d70c0184f530))

## [0.1.0](https://github.com/liblaf/ai-commit-cli/compare/v0.0.0...v0.1.0) (2023-11-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ license = "MIT"
name = "ai-commit-cli"
readme = "README.md"
repository = "https://github.com/liblaf/ai-commit-cli"
version = "0.1.0"
version = "0.2.0"

0 comments on commit 4d2dacd

Please sign in to comment.