From 356eeeebf5545fd54f8e06c24d7e4647563c13e0 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 10 Jan 2024 16:44:58 -0800 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 8 ++++++-- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c350ee..3dcd9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 9fd5f0b..1ed404a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"