diff --git a/wayland-backend/CHANGELOG.md b/wayland-backend/CHANGELOG.md index fc927dc03af..b5990046e13 100644 --- a/wayland-backend/CHANGELOG.md +++ b/wayland-backend/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.7 -- 2024-09-04 + ### Bugfixes - backend/sys: Fix importing external objects with `Backend::manage_object` by diff --git a/wayland-backend/Cargo.toml b/wayland-backend/Cargo.toml index 1c71719b1da..ca4d682f34c 100644 --- a/wayland-backend/Cargo.toml +++ b/wayland-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-backend" -version = "0.3.6" +version = "0.3.7" authors = ["Elinor Berger "] edition = "2021" rust-version = "1.65" @@ -14,7 +14,7 @@ readme = "README.md" build = "build.rs" [dependencies] -wayland-sys = { version = "0.31.4", path = "../wayland-sys", features = [] } +wayland-sys = { version = "0.31.5", path = "../wayland-sys", features = [] } log = { version = "0.4", optional = true } scoped-tls = "1.0" downcast-rs = "1.2" diff --git a/wayland-client/Cargo.toml b/wayland-client/Cargo.toml index 3f7ab6f0b99..cef7258a9df 100644 --- a/wayland-client/Cargo.toml +++ b/wayland-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-client" -version = "0.31.5" +version = "0.31.6" documentation = "https://docs.rs/wayland-client/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -13,8 +13,8 @@ description = "Bindings to the standard C implementation of the wayland protocol readme = "README.md" [dependencies] -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } bitflags = "2" rustix = { version = "0.38.0", features = ["event"] } log = { version = "0.4", optional = true } diff --git a/wayland-cursor/Cargo.toml b/wayland-cursor/Cargo.toml index e940223d4fe..bca2bf701d9 100644 --- a/wayland-cursor/Cargo.toml +++ b/wayland-cursor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-cursor" -version = "0.31.5" +version = "0.31.6" documentation = "https://docs.rs/wayland-cursor/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor." readme = "README.md" [dependencies] -wayland-client = { version = "0.31.5", path = "../wayland-client" } +wayland-client = { version = "0.31.6", path = "../wayland-client" } xcursor = "0.3.1" rustix = { version = "0.38.15", features = ["shm"] } diff --git a/wayland-egl/Cargo.toml b/wayland-egl/Cargo.toml index 1c129502798..c159549c5fe 100644 --- a/wayland-egl/Cargo.toml +++ b/wayland-egl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-egl" -version = "0.32.3" +version = "0.32.4" documentation = "https://docs.rs/wayland-egl/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -13,8 +13,8 @@ description = "Bindings to libwayland-egl." readme = "README.md" [dependencies] -wayland-backend = { version = "0.3.6", path = "../wayland-backend", features = ["client_system"] } -wayland-sys = { version = "0.31.4", path="../wayland-sys", features = ["egl"] } +wayland-backend = { version = "0.3.7", path = "../wayland-backend", features = ["client_system"] } +wayland-sys = { version = "0.31.5", path="../wayland-sys", features = ["egl"] } [package.metadata.docs.rs] all-features = true diff --git a/wayland-protocols-misc/Cargo.toml b/wayland-protocols-misc/Cargo.toml index bd711d01924..ec028a22ae7 100644 --- a/wayland-protocols-misc/Cargo.toml +++ b/wayland-protocols-misc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols-misc" -version = "0.3.3" +version = "0.3.4" documentation = "https://docs.rs/wayland-protocols-misc/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -15,11 +15,11 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } -wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.32.3", path = "../wayland-protocols", features=["unstable"] } +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-client = { version = "0.31.6", path = "../wayland-client", optional = true } +wayland-server = { version = "0.31.5", path = "../wayland-server", optional = true } +wayland-protocols = { version = "0.32.4", path = "../wayland-protocols", features=["unstable"] } bitflags = "2" [features] diff --git a/wayland-protocols-plasma/Cargo.toml b/wayland-protocols-plasma/Cargo.toml index 60d39a6add6..89f5b2ae1eb 100644 --- a/wayland-protocols-plasma/Cargo.toml +++ b/wayland-protocols-plasma/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols-plasma" -version = "0.3.3" +version = "0.3.4" documentation = "https://docs.rs/wayland-protocols-plasma/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -15,11 +15,11 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } -wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.32.3", path = "../wayland-protocols"} +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-client = { version = "0.31.6", path = "../wayland-client", optional = true } +wayland-server = { version = "0.31.5", path = "../wayland-server", optional = true } +wayland-protocols = { version = "0.32.4", path = "../wayland-protocols"} bitflags = "2" [features] diff --git a/wayland-protocols-wlr/CHANGELOG.md b/wayland-protocols-wlr/CHANGELOG.md index 34321108d59..6fa1b1f8f64 100644 --- a/wayland-protocols-wlr/CHANGELOG.md +++ b/wayland-protocols-wlr/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.4 -- 2024-09-04 + - Update wlr-protocols - `wlr-layer-shell-unstable-v1` is now version 5, with option to set exclusion edge diff --git a/wayland-protocols-wlr/Cargo.toml b/wayland-protocols-wlr/Cargo.toml index 8e746f51e55..15bcbc88a8c 100644 --- a/wayland-protocols-wlr/Cargo.toml +++ b/wayland-protocols-wlr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols-wlr" -version = "0.3.3" +version = "0.3.4" documentation = "https://docs.rs/wayland-protocols-wlr/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -15,11 +15,11 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } -wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.32.3", path = "../wayland-protocols"} +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-client = { version = "0.31.6", path = "../wayland-client", optional = true } +wayland-server = { version = "0.31.5", path = "../wayland-server", optional = true } +wayland-protocols = { version = "0.32.4", path = "../wayland-protocols"} bitflags = "2" [features] diff --git a/wayland-protocols/CHANGELOG.md b/wayland-protocols/CHANGELOG.md index f7e7b057bf8..de5198b058c 100644 --- a/wayland-protocols/CHANGELOG.md +++ b/wayland-protocols/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.32.4 -- 2024-09-04 + ### Additions - Bump wayland-protocols to 1.37 - New staging protocols: @@ -9,7 +11,7 @@ * `ext-image-copy-capture-v1` * `xdg-toplevel-icon-v1` -## 0.3.0 -- 2024-05-30 +## 0.32.3 -- 2024-05-30 ### Breaking changes - `set_constraint_adjustment`/`SetConstraintAdjustment` now takes a `ConstraintAdjustment` instead of a u32. diff --git a/wayland-protocols/Cargo.toml b/wayland-protocols/Cargo.toml index ccc4c90c760..d2514263175 100644 --- a/wayland-protocols/Cargo.toml +++ b/wayland-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols" -version = "0.32.3" +version = "0.32.4" documentation = "https://docs.rs/wayland-protocols/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -13,10 +13,10 @@ rust-version = "1.65" readme = "README.md" [dependencies] -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } -wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-client = { version = "0.31.6", path = "../wayland-client", optional = true } +wayland-server = { version = "0.31.5", path = "../wayland-server", optional = true } bitflags = "2" [features] diff --git a/wayland-scanner/CHANGELOG.md b/wayland-scanner/CHANGELOG.md index 2d10353e238..9c79ef7fdbf 100644 --- a/wayland-scanner/CHANGELOG.md +++ b/wayland-scanner/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.31.5 -- 2024-09-04 + - Update `quick-xml` to 0.36 - Allow `` in XML input diff --git a/wayland-scanner/Cargo.toml b/wayland-scanner/Cargo.toml index ef101db6d82..492c33d8712 100644 --- a/wayland-scanner/Cargo.toml +++ b/wayland-scanner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-scanner" -version = "0.31.4" +version = "0.31.5" authors = ["Elinor Berger "] repository = "https://github.com/smithay/wayland-rs" documentation = "https://docs.rs/wayland-scanner/" diff --git a/wayland-server/Cargo.toml b/wayland-server/Cargo.toml index 18faa39a93b..f640e01180a 100644 --- a/wayland-server/Cargo.toml +++ b/wayland-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-server" -version = "0.31.4" +version = "0.31.5" documentation = "https://docs.rs/wayland-server/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "] @@ -13,8 +13,8 @@ rust-version = "1.65" readme = "README.md" [dependencies] -wayland-backend = { version = "0.3.6", path = "../wayland-backend" } -wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } +wayland-backend = { version = "0.3.7", path = "../wayland-backend" } +wayland-scanner = { version = "0.31.5", path = "../wayland-scanner" } bitflags = "2" log = { version = "0.4", optional = true } downcast-rs = "1.2" diff --git a/wayland-sys/Cargo.toml b/wayland-sys/Cargo.toml index 4205d45afc4..59af5df128b 100644 --- a/wayland-sys/Cargo.toml +++ b/wayland-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-sys" -version = "0.31.4" +version = "0.31.5" repository = "https://github.com/smithay/wayland-rs" documentation = "https://docs.rs/wayland-sys/" authors = ["Elinor Berger "] diff --git a/wayland-tests/Cargo.toml b/wayland-tests/Cargo.toml index 58c98227776..8849062de44 100644 --- a/wayland-tests/Cargo.toml +++ b/wayland-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-tests" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.65" publish = false