Skip to content

Commit 56c33b9

Browse files
committed
chore: Release 0.25.1
1 parent 4d21159 commit 56c33b9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.25.1] - 2024-11-29
10+
### Changed
11+
- Fix some typos and documentation related lints
12+
- Set MSRV in manifest to actual current value (1.63.0)
13+
- Update forge URL for ttf-parser and rustybuzz to harfbuzz org
14+
915
## [0.25.0] - 2024-10-04
1016
### Added
1117
- `STAT` table parsing. Thanks to [inferiorhumanorgans](https://github.com/inferiorhumanorgans).
@@ -510,7 +516,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
510516
### Removed
511517
- `GDEF` table parsing.
512518
513-
[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...HEAD
519+
[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.1...HEAD
520+
[0.25.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1
514521
[0.25.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.1...v0.25.0
515522
[0.24.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.0...v0.24.1
516523
[0.24.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.23.0...v0.24.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.25.0"
3+
version = "0.25.1"
44
authors = [
55
"Caleb Maclennan <caleb@alerque.com>",
66
"Laurenz Stampfl <laurenz.stampfl@gmail.com>",

c-api/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-capi"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = [
55
"Caleb Maclennan <caleb@alerque.com>",
66
"Laurenz Stampfl <laurenz.stampfl@gmail.com>",

0 commit comments

Comments
 (0)