Skip to content

Commit 5edebfc

Browse files
authored
Merge pull request #58 from google/release-0.2.1
Release 0.2.1
2 parents 912acfc + b5e84cc commit 5edebfc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This lists the most important changes between releases.
44

5+
## Version 0.2.1 (2023-08-15)
6+
7+
- [#56]: Handle normalization where old `msgid` disappears.
8+
59
## Version 0.2.0 (2023-08-15)
610

711
> This is a breaking release. Please make sure to run `mdbook-i18n-normalize` on
@@ -16,6 +20,7 @@ This lists the most important changes between releases.
1620

1721
First release as a stand-alone crate.
1822

23+
[#56]: https://github.com/google/mdbook-i18n-helpers/pull/56
1924
[#49]: https://github.com/google/mdbook-i18n-helpers/pull/49
2025
[#46]: https://github.com/google/mdbook-i18n-helpers/pull/46
2126
[#27]: https://github.com/google/mdbook-i18n-helpers/pull/27

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-i18n-helpers"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Martin Geisler <[email protected]>"]
55
categories = ["command-line-utilities", "localization"]
66
edition = "2021"

0 commit comments

Comments
 (0)