Skip to content

Commit

Permalink
Bump mdbook-i18n-helpers version to 0.3.3 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdarkhan committed May 27, 2024
1 parent 2168b9c commit 71b4cc5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

27 changes: 27 additions & 0 deletions i18n-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This lists the most important changes between releases of mdbook-i18n-helpers.

## Version 0.3.3 (2024-05-25)

- [#107], [#177]: Support for translator comments by @dyoo
- [#147]: Performance optimization with caching `SyntaxSet` by @mgeisler
- [#143], [#149], [#162], [#168], [#179]: Stability improvements to coverage
reports by @kdarkhan
- [#153], [#157]: Fix wrong codeblock indent count by @dalance
- [#155]: `fuzz` directory was made a part of the workspace by @kdarkhan
- [#156]: Fix for duplicate sources in PO files by @zachcmadsen
- [#193]: Export `Gettext` preprocessor to enable the lib to be used in Rust
compiler docs by @dalance
- [#195]: Improve grouping behavior of inline HTML by @michael-kerscher

## Version 0.3.2 (2024-01-15)

- [#145]: Add support for rounding line numbers by @mgeisler.
Expand Down Expand Up @@ -60,12 +73,26 @@ add [more controls][#76] for this in the future.

First release as a stand-alone crate.

[#195]: https://github.com/google/mdbook-i18n-helpers/pull/195
[#193]: https://github.com/google/mdbook-i18n-helpers/pull/193
[#179]: https://github.com/google/mdbook-i18n-helpers/pull/179
[#177]: https://github.com/google/mdbook-i18n-helpers/pull/177
[#168]: https://github.com/google/mdbook-i18n-helpers/pull/168
[#162]: https://github.com/google/mdbook-i18n-helpers/pull/162
[#157]: https://github.com/google/mdbook-i18n-helpers/pull/157
[#156]: https://github.com/google/mdbook-i18n-helpers/pull/156
[#155]: https://github.com/google/mdbook-i18n-helpers/pull/155
[#153]: https://github.com/google/mdbook-i18n-helpers/pull/153
[#149]: https://github.com/google/mdbook-i18n-helpers/pull/149
[#147]: https://github.com/google/mdbook-i18n-helpers/pull/147
[#145]: https://github.com/google/mdbook-i18n-helpers/pull/145
[#143]: https://github.com/google/mdbook-i18n-helpers/pull/143
[#129]: https://github.com/google/mdbook-i18n-helpers/pull/129
[#128]: https://github.com/google/mdbook-i18n-helpers/pull/128
[#121]: https://github.com/google/mdbook-i18n-helpers/pull/121
[#111]: https://github.com/google/mdbook-i18n-helpers/pull/111
[#109]: https://github.com/google/mdbook-i18n-helpers/pull/109
[#107]: https://github.com/google/mdbook-i18n-helpers/pull/107
[#100]: https://github.com/google/mdbook-i18n-helpers/pull/100
[#93]: https://github.com/google/mdbook-i18n-helpers/pull/93
[#87]: https://github.com/google/mdbook-i18n-helpers/pull/87
Expand Down
2 changes: 1 addition & 1 deletion i18n-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-i18n-helpers"
version = "0.3.2"
version = "0.3.3"
authors = ["Martin Geisler <[email protected]>"]
categories = ["command-line-utilities", "localization"]
edition = "2021"
Expand Down

0 comments on commit 71b4cc5

Please sign in to comment.