From 88c0eda624570d6cff8e8b579bea0ff6295d8ad8 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 15 Aug 2023 17:50:06 +0200 Subject: [PATCH 1/2] Update changelog for version 0.2.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dba8e4..86202781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This lists the most important changes between releases. +## Version 0.2.1 (2023-08-15) + +- [#56]: Handle normalization where old `msgid` disappears. + ## Version 0.2.0 (2023-08-15) > 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. First release as a stand-alone crate. +[#56]: https://github.com/google/mdbook-i18n-helpers/pull/56 [#49]: https://github.com/google/mdbook-i18n-helpers/pull/49 [#46]: https://github.com/google/mdbook-i18n-helpers/pull/46 [#27]: https://github.com/google/mdbook-i18n-helpers/pull/27 From b5e84cc8719f29e9cfcc729e3e68517e3a00062c Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 15 Aug 2023 17:50:38 +0200 Subject: [PATCH 2/2] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 834ed401..3cda750d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-i18n-helpers" -version = "0.2.0" +version = "0.2.1" authors = ["Martin Geisler "] categories = ["command-line-utilities", "localization"] edition = "2021"