Skip to content

Commit c35f3bb

Browse files
authored
Merge pull request #55 from google/release-0.2.0
Release 0.2.0
2 parents a10a56e + 14702a5 commit c35f3bb

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

33
This lists the most important changes between releases.
44

5+
## Version 0.2.0 (2023-08-15)
6+
7+
> This is a breaking release. Please make sure to run `mdbook-i18n-normalize` on
8+
> your existing PO files!
9+
10+
- [#49]: Link to other projects which use mdbook-i18n-helpers.
11+
- [#46]: Add `mdbook-i18n-normalize` to convert existing PO files.
12+
- [#27]: Normalize soft breaks to space.
13+
- [#25]: Implement fine-grained extraction of translatable text.
14+
515
## Version 0.1.0 (2023-04-05)
616

717
First release as a stand-alone crate.
18+
19+
[#49]: https://github.com/google/mdbook-i18n-helpers/pull/49
20+
[#46]: https://github.com/google/mdbook-i18n-helpers/pull/46
21+
[#27]: https://github.com/google/mdbook-i18n-helpers/pull/27
22+
[#25]: https://github.com/google/mdbook-i18n-helpers/pull/25

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "mdbook-i18n-helpers"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Martin Geisler <[email protected]>"]
55
categories = ["command-line-utilities", "localization"]
66
edition = "2021"
77
keywords = ["mdbook", "i18n", "translation", "gettext"]
88
license = "Apache-2.0"
99
repository = "https://github.com/google/mdbook-i18n-helpers"
10-
description = "Helpers for a mdbook i18n workflow based on Gettext."
10+
description = "Plugins for a mdbook translation workflow based on Gettext."
1111

1212
[dependencies]
1313
anyhow = "1.0.68"

0 commit comments

Comments
 (0)