Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Dec 16, 2023
1 parent 5c537c6 commit 9029f11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.12.1] - 2023-12-16
### Added
- Derive `Hash` for `Feature`.
Thanks to [@laurmaedje](https://github.com/laurmaedje).
- `ShapePlan` is `Send` and `Sync` now.
Thanks to [@laurmaedje](https://github.com/laurmaedje).

## [0.12.0] - 2023-11-29
### Added
- Sync with HarfBuzz 2.9.1.
Expand Down Expand Up @@ -168,7 +175,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.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.12.1...HEAD
[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
[0.10.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.9.0...v0.10.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.0"
version = "0.12.1"
authors = ["Evgeniy Reizner <[email protected]>"]
edition = "2018"
description = "A complete harfbuzz shaping algorithm port to Rust."
Expand Down

0 comments on commit 9029f11

Please sign in to comment.