Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed May 10, 2024
1 parent 031bea4 commit 6d6f75b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.0] - 2024-05-10
- Sync with HarfBuzz 4.3.0.
Thanks to [@Pi-Cla](https://github.com/Pi-Cla) and [@LaurenzV](https://github.com/LaurenzV).

### Changed
- Bump `ttf-parser`.
- Bump Rust Edition to 2021.

## [0.13.0] - 2024-02-18
- Sync with HarfBuzz 4.1.0.
Thanks to [@LaurenzV](https://github.com/LaurenzV).
Expand Down Expand Up @@ -179,7 +187,8 @@ At this point, this is just a simple Rust bindings to a stripped down harfbuzz.
Embedded harfbuzz relies only on internal TrueType implementation.
- Most of the non-shaping harfbuzz API.

[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.11.0...v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustybuzz"
version = "0.13.0"
version = "0.14.0"
authors = ["Evgeniy Reizner <[email protected]>"]
edition = "2021"
description = "A complete harfbuzz shaping algorithm port to Rust."
Expand All @@ -23,7 +23,7 @@ unicode-script = "0.5.2"
libm = { version = "0.2.2", optional = true }

[dependencies.ttf-parser]
version = "0.20.0"
version = "0.21.0"
default-features = false
features = [
"opentype-layout",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are interested in helping the project checkout
`rustybuzz` is a complete [harfbuzz](https://github.com/harfbuzz/harfbuzz)'s
shaping algorithm port to Rust.

Matches `harfbuzz` v4.1.0
Matches `harfbuzz` v4.3.0

## Why?

Expand Down

0 comments on commit 6d6f75b

Please sign in to comment.