Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Aug 27, 2022
1 parent 242519a commit 4b16a88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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.8.0] - 2022-08-27
### Added
- AArch64 Neon SIMD support. Up to 3x faster on Apple M1.
Thanks to [@CryZe](https://github.com/CryZe)
Expand Down Expand Up @@ -116,7 +118,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.7.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/tiny-skia/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/RazrFalcon/tiny-skia/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/RazrFalcon/tiny-skia/compare/v0.6.6...v0.7.0
[0.6.6]: https://github.com/RazrFalcon/tiny-skia/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/RazrFalcon/tiny-skia/compare/v0.6.4...v0.6.5
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tiny-skia"
version = "0.7.0"
version = "0.8.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
edition = "2018"
description = "A tiny Skia subset ported to Rust."
Expand All @@ -20,7 +20,7 @@ arrayvec = { version = "0.7", default-features = false }
bytemuck = { version = "1.12", features = ["aarch64_simd"] }
cfg-if = "1"
png = { version = "0.17", optional = true }
tiny-skia-path = { version = "0.7.0", path = "path", default-features = false }
tiny-skia-path = { version = "0.8.0", path = "path", default-features = false }

[features]
default = ["std", "simd", "png-format"]
Expand Down
2 changes: 1 addition & 1 deletion path/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tiny-skia-path"
version = "0.7.0"
version = "0.8.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
edition = "2018"
description = "A tiny-skia Bezier path implementation"
Expand Down

0 comments on commit 4b16a88

Please sign in to comment.