Skip to content

Commit

Permalink
Merge pull request #194 from rust-windowing/release-0.4.1
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
ids1024 authored Jan 11, 2024
2 parents 2b1bb98 + 356eeee commit 03c6f8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Unreleased

- On MacOS, Fix double-free of `NSWindow`.
- On Web, add support for more `RawWindowHandle` variants.
- On MacOS, Fix double-free of `NSWindow`. (#180)
- On Web, add support for more `RawWindowHandle` variants. (#188)
- On Wayland, fix buffer age. (#191)
- Update `drm` to 0.11 (#178)
* Fixes build on architectures where drm-rs did not have generated bindings.
- Update x11rb to v0.13 (#183)

# 0.4.0

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.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
Expand Down

0 comments on commit 03c6f8d

Please sign in to comment.