@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010This development version matches HarfBuzz [ v14.3.1] ( https://github.com/harfbuzz/harfbuzz/releases/tag/14.3.1 ) .
1111
12+ ## [ 0.13.3] - 2026-08-25
13+
14+ This release matches HarfBuzz [ v14.3.1] ( https://github.com/harfbuzz/harfbuzz/releases/tag/14.3.1 ) ,
15+ and has an MSRV (minimum supported Rust version) of 1.85.
16+
17+ - Add support for shaping legacy AAT ` mort ` tables, including
18+ language-specific morph features (#451 , #453 ).
19+ - Handle tuple kerning in AAT ` kerx ` tables (#452 ).
20+ - Fix a debug assertion for legacy ` kern ` state tables that declare more than
21+ 256 classes (#455 ).
22+ - Synthesize Arabic fallback GSUB lookups, including legacy Windows-1256
23+ glyph layouts and ` no_std ` builds (#454 , #456 ).
24+ - Update ` read-fonts ` to 0.43.3.
25+
1226## [ 0.13.2] - 2026-08-23
1327
1428This release matches HarfBuzz [ v14.3.1] ( https://github.com/harfbuzz/harfbuzz/releases/tag/14.3.1 ) ,
@@ -286,7 +300,8 @@ This release matches HarfBuzz [v11.2.1][harfbuzz-11.2.1], and has an MSRV (minim
286300HarfRust is a fork of RustyBuzz.
287301See [ their changelog] ( https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.md ) for details of prior releases.
288302
289- [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.13.2...HEAD
303+ [ Unreleased ] : https://github.com/harfbuzz/harfrust/compare/0.13.3...HEAD
304+ [ 0.13.3 ] : https://github.com/harfbuzz/harfrust/compare/0.13.2...0.13.3
290305[ 0.13.2 ] : https://github.com/harfbuzz/harfrust/compare/0.13.1...0.13.2
291306[ 0.13.1 ] : https://github.com/harfbuzz/harfrust/compare/0.13.0...0.13.1
292307[ 0.13.0 ] : https://github.com/harfbuzz/harfrust/compare/0.12.0...0.13.0
0 commit comments