Skip to content

Commit 800f640

Browse files
committed
v0.4.0
Signed-off-by: John Nunley <[email protected]>
1 parent ab7688e commit 800f640

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Unreleased
1+
# 0.4.0
22

3-
* **Breaking:** Port to use `raw-window-handle` v0.6.
3+
- **Breaking:** Port to use `raw-window-handle` v0.6.(#132)
4+
- Enable creating X11 displays without an existing connection. (#171)
5+
6+
# 0.3.3
7+
8+
- Fix a bug in the new shared memory model in X11. (#170)
49

510
# 0.3.2
611

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)