Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Feb 4, 2024
1 parent a97f7ff commit ce3fe9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.4] - 2024-02-04
### Fixed
- `Path::compute_tight_bounds` calculation.
Thanks to [@qbcbyb](https://github.com/qbcbyb)
Expand Down Expand Up @@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Bindings to a stripped down Skia fork.

[Unreleased]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.3...HEAD
[Unreleased]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.4...HEAD
[0.11.4]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.0...v0.11.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiny-skia"
version = "0.11.3"
version = "0.11.4"
authors = ["Yevhenii Reizner <[email protected]>"]
edition = "2018"
description = "A tiny Skia subset ported to Rust."
Expand All @@ -21,7 +21,7 @@ bytemuck = { version = "1.12", features = ["aarch64_simd"] }
cfg-if = "1"
log = "0.4"
png = { version = "0.17", optional = true }
tiny-skia-path = { version = "0.11.1", path = "path", default-features = false }
tiny-skia-path = { version = "0.11.4", path = "path", default-features = false }

[features]
default = ["std", "simd", "png-format"]
Expand Down
2 changes: 1 addition & 1 deletion path/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiny-skia-path"
version = "0.11.3"
version = "0.11.4"
authors = ["Yevhenii Reizner <[email protected]>"]
edition = "2018"
description = "A tiny-skia Bezier path implementation"
Expand Down

0 comments on commit ce3fe9b

Please sign in to comment.