Skip to content

Commit

Permalink
chore: Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 12, 2024
1 parent 877280d commit b2b01e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.20.1] - 2024-10-12
### Changed
- Update canonical repository location
- Address Clippy lints

### Fixed
- Track HarfBuzz's signed/unsigned integer types to avoid overflows

## [0.20.0] - 2024-10-04
### Changed
- Bump `ttf-parser`.
Expand Down Expand Up @@ -247,7 +255,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/harfbuzz/rustybuzz/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.1...HEAD
[0.20.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.17.0...v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.20.0"
version = "0.20.1"
authors = [
"Caleb Maclennan <[email protected]>",
"Laurenz Stampfl <[email protected]>",
Expand Down

0 comments on commit b2b01e0

Please sign in to comment.