Skip to content

Commit

Permalink
Merge pull request #55 from google/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
mgeisler authored Aug 15, 2023
2 parents a10a56e + 14702a5 commit c35f3bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

This lists the most important changes between releases.

## Version 0.2.0 (2023-08-15)

> This is a breaking release. Please make sure to run `mdbook-i18n-normalize` on
> your existing PO files!
- [#49]: Link to other projects which use mdbook-i18n-helpers.
- [#46]: Add `mdbook-i18n-normalize` to convert existing PO files.
- [#27]: Normalize soft breaks to space.
- [#25]: Implement fine-grained extraction of translatable text.

## Version 0.1.0 (2023-04-05)

First release as a stand-alone crate.

[#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
[#25]: https://github.com/google/mdbook-i18n-helpers/pull/25
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "mdbook-i18n-helpers"
version = "0.1.0"
version = "0.2.0"
authors = ["Martin Geisler <[email protected]>"]
categories = ["command-line-utilities", "localization"]
edition = "2021"
keywords = ["mdbook", "i18n", "translation", "gettext"]
license = "Apache-2.0"
repository = "https://github.com/google/mdbook-i18n-helpers"
description = "Helpers for a mdbook i18n workflow based on Gettext."
description = "Plugins for a mdbook translation workflow based on Gettext."

[dependencies]
anyhow = "1.0.68"
Expand Down

0 comments on commit c35f3bb

Please sign in to comment.