Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mdbook-i18n-helpers version to 0.3.3 #199

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <mgeisler@google.com>"]
categories = ["command-line-utilities", "localization"]
edition = "2021"
Expand Down