From 5ab233e8bfa16469d01e8bb22f9106ef642c4895 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 19 May 2024 15:45:07 -0700 Subject: [PATCH] v0.4.3 Signed-off-by: John Nunley --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1eda1..d360fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased -- Bump MSRV to 1.70.0. +# 0.4.3 + +- Use objc2 as the backend for the CoreGraphics implementation. (#210) +- Update drm-rs to version v0.12.0. (#209) +- Bump MSRV to 1.70.0 to be in line with Winit. # 0.4.2 diff --git a/Cargo.toml b/Cargo.toml index 24db5ed..583050d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"