Skip to content

Commit 75721d4

Browse files
authored
Release 0.2.1 (#264)
1 parent aed6e5f commit 75721d4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

1221
This 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
3544
HarfRust is a fork of RustyBuzz.
3645
See [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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harfrust"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.80" # should match https://github.com/googlefonts/fontations/blob/main/Cargo.toml
66
description = "A complete HarfBuzz shaping algorithm port to Rust."

0 commit comments

Comments
 (0)