From 52d7048d50adf2463d8794c3590679c63677be49 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 31 Oct 2023 17:47:45 -0700 Subject: [PATCH] v0.3.3 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ff0ab..44ba912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.3.3 +* Fix bad file descriptor crash on X11. (#168) + # 0.3.2 * Document that `present_with_damage` is supported on web platforms. (#152) diff --git a/Cargo.toml b/Cargo.toml index 66cee28..5800cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"