Skip to content

Commit 66fbbc1

Browse files
authored
Merge pull request #79 from google/release-0.2.3
Release 0.2.3
2 parents bac4aad + 6cbaba5 commit 66fbbc1

File tree

5 files changed

+227
-293
lines changed

5 files changed

+227
-293
lines changed

CHANGELOG.md

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

33
This lists the most important changes between releases.
44

5+
## Version 0.2.3 (2023-09-19)
6+
7+
- [#75]: Automatically ignore code blocks without string literals and line
8+
comments.
9+
- [#69]: Add support for skipping the next translation group.
10+
511
## Version 0.2.2 (2023-08-23)
612

713
- [#59]: Resolve broken links using the original sources.
@@ -12,8 +18,8 @@ This lists the most important changes between releases.
1218

1319
## Version 0.2.0 (2023-08-15)
1420

15-
> This is a breaking release. Please make sure to run `mdbook-i18n-normalize` on
16-
> your existing PO files!
21+
> This is a breaking release. Please make sure to
22+
> [run `mdbook-i18n-normalize` on your existing PO files](USAGE.md)!
1723
1824
- [#49]: Link to other projects which use mdbook-i18n-helpers.
1925
- [#46]: Add `mdbook-i18n-normalize` to convert existing PO files.
@@ -24,6 +30,8 @@ This lists the most important changes between releases.
2430

2531
First release as a stand-alone crate.
2632

33+
[#75]: https://github.com/google/mdbook-i18n-helpers/pull/75
34+
[#69]: https://github.com/google/mdbook-i18n-helpers/pull/69
2735
[#59]: https://github.com/google/mdbook-i18n-helpers/pull/59
2836
[#56]: https://github.com/google/mdbook-i18n-helpers/pull/56
2937
[#49]: https://github.com/google/mdbook-i18n-helpers/pull/49

0 commit comments

Comments
 (0)