Skip to content

Commit

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

## [Unreleased]

## [0.14.1] - 2024-06-12
### Fixed
- `no_std` build.
Thanks to [@jackpot51](https://github.com/jackpot51)

## [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).
Expand Down Expand Up @@ -187,7 +192,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.14.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/RazrFalcon/rustybuzz/compare/v0.14.0...v0.14.1
[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
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.14.0"
version = "0.14.1"
authors = ["Evgeniy Reizner <[email protected]>"]
edition = "2021"
description = "A complete harfbuzz shaping algorithm port to Rust."
Expand Down

0 comments on commit 65f4edc

Please sign in to comment.