Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Oct 1, 2024
1 parent 839ef07 commit 1fc9c2c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 29 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.19.0] - 2024-10-01
- Sync with HarfBuzz 10.0.1.
Thanks to [@LaurenzV](https://github.com/LaurenzV).

### Fixed
- RTL text handling.
Thanks to [@LaurenzV](https://github.com/LaurenzV).

## [0.18.0] - 2024-08-10
### Added
- WASM shapers support.
Expand Down Expand Up @@ -231,7 +239,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.18.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/rustybuzz/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/RazrFalcon/rustybuzz/compare/v0.15.0...v0.16.0
Expand Down
58 changes: 32 additions & 26 deletions Cargo.lock

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

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.18.0"
version = "0.19.0"
authors = ["Yevhenii Reizner <[email protected]>"]
edition = "2021"
description = "A complete harfbuzz shaping algorithm port to Rust."
Expand All @@ -21,7 +21,7 @@ unicode-bidi-mirroring = "0.4.0"
unicode-ccc = "0.4.0"
unicode-properties = { version = "0.1.3", default-features = false, features = ["general-category"] }
unicode-script = "0.5.2"
wasmi = { version = "0.36.0", optional = true }
wasmi = { version = "0.37.0", optional = true }
log = "0.4.22"

[dependencies.ttf-parser]
Expand Down

0 comments on commit 1fc9c2c

Please sign in to comment.