Skip to content

Commit

Permalink
Bump ttf-parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Oct 4, 2024
1 parent 1fc9c2c commit 0aff4e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Bump `ttf-parser`.

### Fixed
- Variations handling for fonts with `avar` table that has multiple axes.
Thanks to [@maxmelander](https://github.com/maxmelander).

## [0.19.0] - 2024-10-01
- Sync with HarfBuzz 10.0.1.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasmi = { version = "0.37.0", optional = true }
log = "0.4.22"

[dependencies.ttf-parser]
version = "0.24.1"
version = "0.25.0"
default-features = false
features = [
"opentype-layout",
Expand Down

0 comments on commit 0aff4e8

Please sign in to comment.