Skip to content

Commit 1d48dd9

Browse files
committed
v0.4.4
Signed-off-by: John Nunley <[email protected]>
1 parent af8c5a7 commit 1d48dd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.4.4
4+
5+
- Make `Context` `Send`+`Sync` and `Surface` `Send`. (#220)
6+
37
# 0.4.3
48

59
- Use objc2 as the backend for the CoreGraphics implementation. (#210)

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.3"
3+
version = "0.4.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)