Skip to content

Commit

Permalink
chore: Release 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 29, 2024
1 parent 4d21159 commit 56c33b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.25.1] - 2024-11-29
### Changed
- Fix some typos and documentation related lints
- Set MSRV in manifest to actual current value (1.63.0)
- Update forge URL for ttf-parser and rustybuzz to harfbuzz org

## [0.25.0] - 2024-10-04
### Added
- `STAT` table parsing. Thanks to [inferiorhumanorgans](https://github.com/inferiorhumanorgans).
Expand Down Expand Up @@ -510,7 +516,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- `GDEF` table parsing.
[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...HEAD
[Unreleased]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.1...HEAD
[0.25.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.1...v0.25.0
[0.24.1]: https://github.com/harfbuzz/ttf-parser/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/harfbuzz/ttf-parser/compare/v0.23.0...v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttf-parser"
version = "0.25.0"
version = "0.25.1"
authors = [
"Caleb Maclennan <caleb@alerque.com>",
"Laurenz Stampfl <laurenz.stampfl@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion c-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttf-parser-capi"
version = "0.25.0"
version = "0.25.1"
authors = [
"Caleb Maclennan <caleb@alerque.com>",
"Laurenz Stampfl <laurenz.stampfl@gmail.com>",
Expand Down

0 comments on commit 56c33b9

Please sign in to comment.