From dd0dcf1fd18d208414377e327c39b56f84c8778d Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Mon, 5 Aug 2024 19:29:11 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b24eb15..8c9fa7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.24.1] - 2024-08-05 ### Fixed - (`kerx`) `kerx::SubtablesIter` wasn't updating the current subtable index. @@ -488,7 +490,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `GDEF` table parsing. -[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.1...HEAD +[0.24.1]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.21.1...v0.22.0 diff --git a/Cargo.toml b/Cargo.toml index 65a63af..2bd4282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf-parser" -version = "0.24.0" +version = "0.24.1" authors = ["Yevhenii Reizner "] keywords = ["ttf", "truetype", "opentype"] categories = ["parser-implementations"]