Skip to content

Commit b2b01e0

Browse files
committed
chore: Release 0.20.1
1 parent 877280d commit b2b01e0

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.20.1] - 2024-10-12
10+
### Changed
11+
- Update canonical repository location
12+
- Address Clippy lints
13+
14+
### Fixed
15+
- Track HarfBuzz's signed/unsigned integer types to avoid overflows
16+
917
## [0.20.0] - 2024-10-04
1018
### Changed
1119
- Bump `ttf-parser`.
@@ -247,7 +255,8 @@ At this point, this is just a simple Rust bindings to a stripped down harfbuzz.
247255
Embedded harfbuzz relies only on internal TrueType implementation.
248256
- Most of the non-shaping harfbuzz API.
249257

250-
[Unreleased]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.0...HEAD
258+
[Unreleased]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.1...HEAD
259+
[0.20.1]: https://github.com/harfbuzz/rustybuzz/compare/v0.20.0...v0.20.1
251260
[0.20.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.19.0...v0.20.0
252261
[0.19.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.18.0...v0.19.0
253262
[0.18.0]: https://github.com/harfbuzz/rustybuzz/compare/v0.17.0...v0.18.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustybuzz"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = [
55
"Caleb Maclennan <[email protected]>",
66
"Laurenz Stampfl <[email protected]>",

0 commit comments

Comments
 (0)