@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.2.1] - 2025-09-12
11+
12+ This release matches HarfBuzz [ v11.5.0] [ harfbuzz-11.5.0 ] , and has an MSRV (minimum supported Rust version) of 1.80.
13+
14+ - Update to Unicode 17.0.
15+ - Fix panic when processing chained sequence context format 3.
16+ - Add accessors for script, language and direction to ` ShapePlan ` .
17+ - Various optimizations.
18+
1019## [ 0.2.0] - 2025-08-29
1120
1221This release matches HarfBuzz [ v11.4.4] [ harfbuzz-11.4.4 ] , and has an MSRV (minimum supported Rust version) of 1.80.
@@ -35,7 +44,8 @@ This release matches HarfBuzz [v11.2.1][harfbuzz-11.2.1], and has an MSRV (minim
3544HarfRust is a fork of RustyBuzz.
3645See [ their changelog] ( https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.md ) for details of prior releases.
3746
38- [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.2.0...HEAD
47+ [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.2.1...HEAD
48+ [ 0.2.1 ] : https://github.com/harfbuzz/harfrust/compare/0.2.0...0.2.1
3949[ 0.2.0 ] : https://github.com/harfbuzz/harfrust/compare/0.1.2...0.2.0
4050[ 0.1.2 ] : https://github.com/harfbuzz/harfrust/compare/0.1.1...0.1.2
4151[ 0.1.1 ] : https://github.com/harfbuzz/harfrust/compare/0.1.0...0.1.1
@@ -45,6 +55,7 @@ See [their changelog](https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.
4555[ harfbuzz-11.2.1 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.2.1
4656[ harfbuzz-11.3.3 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.3
4757[ harfbuzz-11.4.4 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.4
58+ [ harfbuzz-11.5.0 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.5.0
4859
4960[ @khaledhosny ] : https://github.com/khaledhosny
5061
0 commit comments