Skip to content

Commit 4589e12

Browse files
committed
v0.4.3
Signed-off-by: John Nunley <[email protected]>
1 parent 0210232 commit 4589e12

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Unreleased
22

3-
- Bump MSRV to 1.70.0.
3+
# 0.4.3
4+
5+
- Use objc2 as the backend for the CoreGraphics implementation. (#210)
6+
- Update drm-rs to version v0.12.0. (#213)
7+
- Bump MSRV to 1.70.0 to be in line with Winit.
8+
- Update README. (#212)
49

510
# 0.4.2
611

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)