File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+
9+ ## [ 0.24.1] - 2024-08-05
810### Fixed
911- (` kerx ` ) ` kerx::SubtablesIter ` wasn't updating the current subtable index.
1012
@@ -488,7 +490,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
488490### Removed
489491- `GDEF` table parsing.
490492
491- [Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.0...HEAD
493+ [Unreleased]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.1...HEAD
494+ [0.24.1]: https://github.com/RazrFalcon/ttf-parser/compare/v0.24.0...v0.24.1
492495[0.24.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.23.0...v0.24.0
493496[0.23.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.22.0...v0.23.0
494497[0.22.0]: https://github.com/RazrFalcon/ttf-parser/compare/v0.21.1...v0.22.0
Original file line number Diff line number Diff line change 11[package ]
22name = " ttf-parser"
3- version = " 0.24.0 "
3+ version = " 0.24.1 "
44authors = [" Yevhenii Reizner <razrfalcon@gmail.com>" ]
55keywords = [" ttf" , " truetype" , " opentype" ]
66categories = [" parser-implementations" ]
You can’t perform that action at this time.
0 commit comments