diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8d8e61..b5215bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.13.0] - 2024-02-18 +- Sync with HarfBuzz 4.1.0. + Thanks to [@LaurenzV](https://github.com/LaurenzV). + ## [0.12.1] - 2023-12-16 ### Added - Derive `Hash` for `Feature`. @@ -175,7 +179,8 @@ At this point, this is just a simple Rust bindings to a stripped down harfbuzz. Embedded harfbuzz relies only on internal TrueType implementation. - Most of the non-shaping harfbuzz API. -[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.1...HEAD +[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.10.0...v0.11.0 diff --git a/Cargo.toml b/Cargo.toml index 57a79316..239eec20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustybuzz" -version = "0.12.1" +version = "0.13.0" authors = ["Evgeniy Reizner "] edition = "2018" description = "A complete harfbuzz shaping algorithm port to Rust." diff --git a/README.md b/README.md index 17fbb410..61a709b7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are interested in helping the project checkout `rustybuzz` is a complete [harfbuzz](https://github.com/harfbuzz/harfbuzz)'s shaping algorithm port to Rust. -Matches `harfbuzz` v4.0.1 +Matches `harfbuzz` v4.1.0 ## Why?