We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7688e commit 800f640Copy full SHA for 800f640
CHANGELOG.md
@@ -1,6 +1,11 @@
1
-# Unreleased
+# 0.4.0
2
3
-* **Breaking:** Port to use `raw-window-handle` v0.6.
+- **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)
9
10
# 0.3.2
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
-version = "0.3.2"
+version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
0 commit comments