From ad3bd6d2f930391e5840752a0f4514874821d5ea Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 5 Sep 2024 20:03:31 -0700 Subject: [PATCH] v0.4.6 Signed-off-by: John Nunley --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07d2ff..7736994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Unreleased +# 0.4.6 + - Added support for iOS, tvOS, watchOS and visionOS (UIKit). -- Redo the way surfaces work on macOS to work directly with layers, which will allow initializing directly from a `CALayer` in the future. +- Redo the way surfaces work on macOS to work directly with layers, which will + allow initializing directly from a `CALayer` in the future. +- Update to `windows-sys` 0.59.0 and `core-graphics` v0.24.0. +- Add an MSRV policy. # 0.4.5 diff --git a/Cargo.toml b/Cargo.toml index abc1fb7..fdce087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.4.5" +version = "0.4.6" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"