Skip to content

Commit 18b6af3

Browse files
authored
Release 0.3.1 (#267)
1 parent 4e43253 commit 18b6af3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.3.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.82.
13+
14+
- Actually bump MSRV from 1.80 to 1.82.
15+
1016
## [0.3.0] - 2025-09-12
1117

1218
This release matches HarfBuzz [v11.5.0][harfbuzz-11.5.0], and has an MSRV (minimum supported Rust version) of 1.82.
@@ -51,7 +57,8 @@ This release matches HarfBuzz [v11.2.1][harfbuzz-11.2.1], and has an MSRV (minim
5157
HarfRust is a fork of RustyBuzz.
5258
See [their changelog](https://github.com/harfbuzz/rustybuzz/blob/main/CHANGELOG.md) for details of prior releases.
5359

54-
[Unreleased]: https://github.com/harfbuzz/harfrust/compare/0.3.0...HEAD
60+
[Unreleased]: https://github.com/harfbuzz/harfrust/compare/0.3.1...HEAD
61+
[0.3.1]: https://github.com/harfbuzz/harfrust/compare/0.3.0...0.3.1
5562
[0.3.0]: https://github.com/harfbuzz/harfrust/compare/0.2.1...0.3.0
5663
[0.2.1]: https://github.com/harfbuzz/harfrust/compare/0.2.0...0.2.1
5764
[0.2.0]: https://github.com/harfbuzz/harfrust/compare/0.1.2...0.2.0

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.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.82" # 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)