Skip to content

Commit 5c7daf1

Browse files
committed
v0.3.4
1 parent 782584c commit 5c7daf1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.4
2+
* Fix buffer age on Wayland. (#191)
3+
* Update `drm` to 0.11. (#178)
4+
* Fixes build on architectures where drm-rs did not have generated bindings.
5+
16
# 0.3.3
27
* Fix bad file descriptor crash on X11. (#168)
38

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

0 commit comments

Comments
 (0)