From 606c4260e0147256fb5c2901bbe837c0dc7d9f2d Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Thu, 15 Feb 2024 15:19:30 +0100 Subject: [PATCH] v0.14.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4e4ce..402ff68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.14.2 + +- buffer objects: Add a method to receive the corresponding devices file descriptor + ## 0.14.1 - Bugfix: Don't limit modifier lists to `GBM_MAX_PLANES` diff --git a/Cargo.toml b/Cargo.toml index c26b194..ecc5649 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.14.1" +version = "0.14.2" keywords = ["wayland", "gbm", "drm", "bindings"] categories = ["external-ffi-bindings"] authors = ["Victoria Brekenfeld "] diff --git a/README.md b/README.md index 83c0f59..116f775 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.14.0" +gbm = "0.14.2" ``` ## Example