From 56c33b910b03ca152f78363ec471c5dfd97c3069 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 29 Nov 2024 22:42:17 +0300 Subject: [PATCH] chore: Release 0.25.1 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- c-api/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3230f3..033ae4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.25.1] - 2024-11-29 +### Changed +- Fix some typos and documentation related lints +- Set MSRV in manifest to actual current value (1.63.0) +- Update forge URL for ttf-parser and rustybuzz to harfbuzz org + ## [0.25.0] - 2024-10-04 ### Added - `STAT` table parsing. Thanks to [inferiorhumanorgans](https://github.com/inferiorhumanorgans). @@ -510,7 +516,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `GDEF` table parsing. -[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...HEAD +[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.1...HEAD +[0.25.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.23.0...v0.24.0 diff --git a/Cargo.toml b/Cargo.toml index 5c02a30..a048b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.25.0" +version = "0.25.1" authors = [ "Caleb Maclennan ", "Laurenz Stampfl ", diff --git a/c-api/Cargo.toml b/c-api/Cargo.toml index da0a560..6fb79ea 100644 --- a/c-api/Cargo.toml +++ b/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser-capi" -version = "0.25.0" +version = "0.25.1" authors = [ "Caleb Maclennan ", "Laurenz Stampfl ",