Skip to content

Commit 66ee212

Browse files
authored
Merge pull request #60 from google/release-0.2.2
Release 0.2.2
2 parents 92f6959 + 71bbb21 commit 66ee212

File tree

3 files changed

+49
-44
lines changed

3 files changed

+49
-44
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.2 (2023-08-23)
6+
7+
- [#59]: Resolve broken links using the original sources.
8+
59
## Version 0.2.1 (2023-08-15)
610

711
- [#56]: Handle normalization where old `msgid` disappears.
@@ -20,6 +24,7 @@ This lists the most important changes between releases.
2024

2125
First release as a stand-alone crate.
2226

27+
[#59]: https://github.com/google/mdbook-i18n-helpers/pull/59
2328
[#56]: https://github.com/google/mdbook-i18n-helpers/pull/56
2429
[#49]: https://github.com/google/mdbook-i18n-helpers/pull/49
2530
[#46]: https://github.com/google/mdbook-i18n-helpers/pull/46

Cargo.lock

Lines changed: 43 additions & 43 deletions
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 = "mdbook-i18n-helpers"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Martin Geisler <[email protected]>"]
55
categories = ["command-line-utilities", "localization"]
66
edition = "2021"

0 commit comments

Comments
 (0)