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, 2023
1 parent f659d94 commit f050a90
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.2] - 2023-10-01
### Changed
- MSRV bumped to stable, because of the `flate2` crate.

### Fixed
- `Transform::is_valid` was treating 1/4096 as zero. We need a higher precision.
- Build failure on AVX2 with `--no-default-features`.
Thanks to [@linkmauve](https://github.com/linkmauve)

## [0.11.1] - 2023-06-17
### Changed
- MSRV bumped to 1.60, because of the `log` crate.
Expand Down Expand Up @@ -230,7 +239,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.1...HEAD
[Unreleased]: https://github.com/RazrFalcon/tiny-skia/compare/v0.11.2...HEAD
[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
[0.11.0]: https://github.com/RazrFalcon/tiny-skia/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/RazrFalcon/tiny-skia/compare/v0.9.1...v0.10.0
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 = "tiny-skia"
version = "0.11.1"
version = "0.11.2"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
edition = "2018"
description = "A tiny Skia subset ported to Rust."
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.1"
version = "0.11.2"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
edition = "2018"
description = "A tiny-skia Bezier path implementation"
Expand Down

0 comments on commit f050a90

Please sign in to comment.