Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 9, 2024
1 parent b81db34 commit dafd2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.4
* Fix buffer age on Wayland. (#191)
* Update `drm` to 0.11. (#178)
* Fixes build on architectures where drm-rs did not have generated bindings.

# 0.3.3
* Fix bad file descriptor crash on X11. (#168)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
Expand Down

0 comments on commit dafd2ed

Please sign in to comment.