From 8fd2021415903c961c82d583df7891792c42493b Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Tue, 3 Jan 2023 23:38:34 +0100 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1eee58..dad8132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.11.0 - Test for `-1` in fd and fd_for_plane @@ -7,6 +7,7 @@ - Update `wayland-rs` to 0.30 - Use io-safe types over `RawFd` - Update to drm-rs 0.8 +- YANKED: No errors for fd-methods, use 0.11.0 ## 0.9.0 diff --git a/Cargo.toml b/Cargo.toml index eb24e62..1865ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "libgbm bindings for rust" license = "MIT" documentation = "https://docs.rs/gbm" repository = "https://github.com/Smithay/gbm.rs" -version = "0.10.0" +version = "0.11.0" keywords = ["wayland", "gbm", "drm", "bindings"] categories = ["external-ffi-bindings"] authors = ["Victoria Brekenfeld "] diff --git a/README.md b/README.md index 441db6e..9311643 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ provided through the `drm-support` feature. Add to your Cargo.toml ```toml -gbm = "0.10.0" +gbm = "0.11.0" ``` ## Example