Skip to content

Commit dd0dcf1

Browse files
committed
Version bump.
1 parent d68387e commit dd0dcf1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttf-parser"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
55
keywords = ["ttf", "truetype", "opentype"]
66
categories = ["parser-implementations"]

0 commit comments

Comments
 (0)