Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#3)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.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 19, 2023
1 parent 69659ae commit 582915e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

### Features

- add support for including specific files in git diff ([259eb3b](https://github.com/liblaf/ai-commit-cli/commit/259eb3b4763507b4286de73e49db6c2f309f9236))
- **cmd:** add token usage information to commit message prompt ([0f22ef9](https://github.com/liblaf/ai-commit-cli/commit/0f22ef9bf5e5b37423aaa4f9b913ac5519b27566))

### Bug Fixes

- **commit:** fix regex pattern for capturing commit message ([69659ae](https://github.com/liblaf/ai-commit-cli/commit/69659ae70beafb1a6015fd91231cbd6a783b56af))

## 0.0.0 (2023-11-17)

### 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 @@ -19,4 +19,4 @@ license = "MIT"
name = "ai-commit-cli"
readme = "README.md"
repository = "https://github.com/liblaf/ai-commit-cli"
version = "0.0.0"
version = "0.1.0"

0 comments on commit 582915e

Please sign in to comment.