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"]