Skip to content

Commit

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

## [Unreleased]

## [0.13.0] - 2024-02-18
- Sync with HarfBuzz 4.1.0.
Thanks to [@LaurenzV](https://github.com/LaurenzV).

## [0.12.1] - 2023-12-16
### Added
- Derive `Hash` for `Feature`.
Expand Down Expand Up @@ -175,7 +179,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.12.1...HEAD
[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.13.0...HEAD
[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
[0.11.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.10.0...v0.11.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 = "rustybuzz"
version = "0.12.1"
version = "0.13.0"
authors = ["Evgeniy Reizner <[email protected]>"]
edition = "2018"
description = "A complete harfbuzz shaping algorithm port to Rust."
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.0.1
Matches `harfbuzz` v4.1.0

## Why?

Expand Down

0 comments on commit a7a99f1

Please sign in to comment.