Skip to content

Commit 72b99ca

Browse files
committed
chore: Release v0.13.2
Signed-off-by: Jean Mertz <[email protected]>
1 parent f0e9d62 commit 72b99ca

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog], and this project adheres to
1212
## Overview
1313

1414
- [unreleased](#unreleased)
15+
- [`0.13.2`](#0.13.2)_2025.09.04_
1516
- [`0.13.1`](#0.13.1)_2025.06.11_
1617
- [`0.13.0`](#0.13.0)_2025.06.11_
1718
- [`0.12.0`](#0.12.0)_2025.06.11_
@@ -32,6 +33,22 @@ The format is based on [Keep a Changelog], and this project adheres to
3233

3334
_nothing new to show for… yet!_
3435

36+
<a id="0.13.2" />
37+
38+
## [0.13.2]
39+
40+
_2025.09.04_
41+
42+
#
43+
# Write a message for release:
44+
# v0.13.2
45+
#
46+
# - The first line is the release title.
47+
# - Subsequent lines are the release notes.
48+
# - This comment will be stripped from the release notes
49+
50+
### Changes
51+
3552
<a id="0.13.1" />
3653

3754
## [0.13.1]
@@ -1016,7 +1033,8 @@ Be sure to check out the project [README] if you haven't already!
10161033
10171034
<!-- [releases] -->
10181035
1019-
[unreleased]: https://github.com/rustic-games/jilu/compare/v0.13.1...HEAD
1036+
[unreleased]: https://github.com/rustic-games/jilu/compare/v0.13.2...HEAD
1037+
[0.13.2]: https://github.com/rustic-games/jilu/releases/tag/v0.13.2
10201038
[0.13.1]: https://github.com/rustic-games/jilu/releases/tag/v0.13.1
10211039
[0.13.0]: https://github.com/rustic-games/jilu/releases/tag/v0.13.0
10221040
[0.12.0]: https://github.com/rustic-games/jilu/releases/tag/v0.12.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jilu"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["Jean Mertz <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Generate a change log based on conventional commits."

README.md

Lines changed: 1 addition & 1 deletion
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.13.1/jilu_$(uname)_x86_64.tar.gz | tar -xvf - jilu
52+
curl -L https://github.com/rustic-games/jilu/releases/download/v0.13.2/jilu_$(uname)_x86_64.tar.gz | tar -xvf - jilu
5353
```
5454

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

0 commit comments

Comments
 (0)