Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 9, 2024
1 parent 72a1aa1 commit f1c5a06
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
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 @@ -5,7 +5,7 @@ keywords = ["git", "log", "changelog", "parser", "parse"]
license = "MIT"
name = "clog-cli"
edition = "2021"
version = "0.9.3"
version = "0.10.0"
rust-version = "1.74.1" # msrv
authors = ["Christoph Burgdorf <[email protected]>"]
description = "A conventional changelog for the rest of us"
Expand Down
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="0.10.0"></a>
### 0.10.0 (2024-07-09)

#### Breaking Changes

* update MSRV to 1.74.1 ([f190944](https://github.com/clog-tool/clog-cli/commit/f190944))

#### Documenation

Check warning on line 8 in changelog.md

View workflow job for this annotation

GitHub Actions / Lint

"Documenation" should be "Documentation".

* **README.md**: update --help after migrating to clav v4 ([72a1aa1](https://github.com/clog-tool/clog-cli/commit/72a1aa1))
* fix typos ([8e58db2](https://github.com/clog-tool/clog-cli/commit/8e58db2))

#### Style Fixes

* update edition to 2021 ([abe1a8b](https://github.com/clog-tool/clog-cli/commit/abe1a8b))
* use same rustfmt config as clog-lib ([fea7545](https://github.com/clog-tool/clog-cli/commit/fea7545))

#### Improvements

* remove `time` dep ([bc6e283](https://github.com/clog-tool/clog-cli/commit/bc6e283))
* Update deps and fix compiling errors ([813ce80](https://github.com/clog-tool/clog-cli/commit/813ce80))

<a name="0.9.2"></a>
### 0.9.2 (2016-04-04)

Expand Down

0 comments on commit f1c5a06

Please sign in to comment.