Skip to content

Commit c3e2476

Browse files
committed
chore: bump version
1 parent 72a1aa1 commit c3e2476

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["git", "log", "changelog", "parser", "parse"]
55
license = "MIT"
66
name = "clog-cli"
77
edition = "2021"
8-
version = "0.9.3"
8+
version = "0.10.0"
99
rust-version = "1.74.1" # msrv
1010
authors = ["Christoph Burgdorf <[email protected]>"]
1111
description = "A conventional changelog for the rest of us"

changelog.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.10.0"></a>
2+
### 0.10.0 (2024-07-09)
3+
4+
#### Breaking Changes
5+
6+
* update MSRV to 1.74.1 ([f190944](https://github.com/clog-tool/clog-cli/commit/f190944))
7+
8+
#### Documentation
9+
10+
* **README.md**: update --help after migrating to clav v4 ([72a1aa1](https://github.com/clog-tool/clog-cli/commit/72a1aa1))
11+
* fix typos ([8e58db2](https://github.com/clog-tool/clog-cli/commit/8e58db2))
12+
13+
#### Style Fixes
14+
15+
* update edition to 2021 ([abe1a8b](https://github.com/clog-tool/clog-cli/commit/abe1a8b))
16+
* use same rustfmt config as clog-lib ([fea7545](https://github.com/clog-tool/clog-cli/commit/fea7545))
17+
18+
#### Improvements
19+
20+
* remove `time` dep ([bc6e283](https://github.com/clog-tool/clog-cli/commit/bc6e283))
21+
* Update deps and fix compiling errors ([813ce80](https://github.com/clog-tool/clog-cli/commit/813ce80))
22+
123
<a name="0.9.2"></a>
224
### 0.9.2 (2016-04-04)
325

0 commit comments

Comments
 (0)