Skip to content

Commit dab95b0

Browse files
committed
chore: prepare to release v0.4.0
1 parent be4bb44 commit dab95b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "jilu"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Jean Mertz <helloworld@rustic.games>"]
55
license = "MIT OR Apache-2.0"
66
description = "Generate a change log based on conventional commits."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ What matters most is the success of your project, with or without the help of
4949
- Using [release binaries]:
5050

5151
```shell
52-
curl -L https://github.com/rustic-games/jilu/releases/download/v0.3.0/jilu_0.3.0_$(uname)_x86_64.tar.gz | tar -xvf - jilu
52+
curl -L https://github.com/rustic-games/jilu/releases/download/v0.4.0/jilu_0.4.0_$(uname)_x86_64.tar.gz | tar -xvf - jilu
5353
```
5454

5555
- ~~Using [Homebrew]~~ _(soon)_:

0 commit comments

Comments
 (0)