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"