@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.3.2] - 2025-10-15
11+
12+ This release matches HarfBuzz [ v12.1.0] [ harfbuzz-12.1.0 ] , and has an MSRV (minimum supported Rust version) of 1.82.
13+
14+ - Fix "would apply" logic for chained sequence context format 3. This bug was preventing accurate classification of
15+ characters in Indic syllables for some fonts.
16+ - Various optimizations.
17+
1018## [ 0.3.1] - 2025-09-12
1119
1220This release matches HarfBuzz [ v11.5.0] [ harfbuzz-11.5.0 ] , and has an MSRV (minimum supported Rust version) of 1.82.
@@ -57,7 +65,8 @@ This release matches HarfBuzz [v11.2.1][harfbuzz-11.2.1], and has an MSRV (minim
5765HarfRust is a fork of RustyBuzz.
5866See [ their changelog] ( https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.md ) for details of prior releases.
5967
60- [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.3.1...HEAD
68+ [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.3.2...HEAD
69+ [ 0.3.2 ] : https://github.com/harfbuzz/harfrust/compare/0.3.1...0.3.2
6170[ 0.3.1 ] : https://github.com/harfbuzz/harfrust/compare/0.3.0...0.3.1
6271[ 0.3.0 ] : https://github.com/harfbuzz/harfrust/compare/0.2.1...0.3.0
6372[ 0.2.1 ] : https://github.com/harfbuzz/harfrust/compare/0.2.0...0.2.1
@@ -71,6 +80,7 @@ See [their changelog](https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.
7180[ harfbuzz-11.3.3 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.3
7281[ harfbuzz-11.4.4 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.4
7382[ harfbuzz-11.5.0 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/11.5.0
83+ [ harfbuzz-12.1.0 ] : https://github.com/harfbuzz/harfbuzz/releases/tag/12.1.0
7484
7585[ @khaledhosny ] : https://github.com/khaledhosny
7686
0 commit comments