Skip to content

Commit 3a45d67

Browse files
committed
chore: Release
`cargo release --no-publish --no-tag --no-push --execute patch --prev-tag-name release-2025-04-29`, but don't bump `wayland-protocols-experimental` version. Updated changelogs.
1 parent 33c0f53 commit 3a45d67

File tree

17 files changed

+58
-49
lines changed

17 files changed

+58
-49
lines changed

wayland-backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-backend"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
authors = ["Elinor Berger <elinor@safaradeg.net>"]
55
edition = "2021"
66
rust-version = "1.65"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
build = "build.rs"
1515

1616
[dependencies]
17-
wayland-sys = { version = "0.31.6", path = "../wayland-sys", features = [] }
17+
wayland-sys = { version = "0.31.7", path = "../wayland-sys", features = [] }
1818
log = { version = "0.4", optional = true }
1919
scoped-tls = { version = "1.0", optional = true }
2020
downcast-rs = "1.2"

wayland-client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.31.11 -- 2025-07-28
6+
57
- Updated Wayland core protocol to 1.24
68

79
## 0.31.7 -- 2024-10-23

wayland-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-client"
3-
version = "0.31.10"
3+
version = "0.31.11"
44
documentation = "https://docs.rs/wayland-client/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,8 +13,8 @@ description = "Bindings to the standard C implementation of the wayland protocol
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wayland-backend = { version = "0.3.10", path = "../wayland-backend" }
17-
wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
16+
wayland-backend = { version = "0.3.11", path = "../wayland-backend" }
17+
wayland-scanner = { version = "0.31.7", path = "../wayland-scanner" }
1818
bitflags = "2"
1919
rustix = { version = "1.0.2", features = ["event"] }
2020
log = { version = "0.4", optional = true }

wayland-cursor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-cursor"
3-
version = "0.31.10"
3+
version = "0.31.11"
44
documentation = "https://docs.rs/wayland-cursor/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor."
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wayland-client = { version = "0.31.10", path = "../wayland-client" }
16+
wayland-client = { version = "0.31.11", path = "../wayland-client" }
1717
xcursor = "0.3.1"
1818
rustix = { version = "1.0.2", features = ["shm"] }
1919

wayland-egl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-egl"
3-
version = "0.32.7"
3+
version = "0.32.8"
44
documentation = "https://docs.rs/wayland-egl/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -13,8 +13,8 @@ description = "Bindings to libwayland-egl."
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wayland-backend = { version = "0.3.10", path = "../wayland-backend", features = ["client_system"] }
17-
wayland-sys = { version = "0.31.6", path="../wayland-sys", features = ["egl"] }
16+
wayland-backend = { version = "0.3.11", path = "../wayland-backend", features = ["client_system"] }
17+
wayland-sys = { version = "0.31.7", path="../wayland-sys", features = ["egl"] }
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

wayland-protocols-experimental/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Unreleased
44

5+
## 20250721.0.1 -- 2025-07-28
6+
57
### Additions
68

79
- Introduce protocol `session_management-v1`,
810
- Introduce protocol `input_method-v2`.
911

1012
### Breaking changes
1113

12-
- Bump `input_method-v2` to version 2.
14+
- Bump `input_method-v2` to version 2.

wayland-protocols-experimental/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ readme = "README.md"
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
21-
wayland-backend = { version = "0.3.10", path = "../wayland-backend" }
22-
wayland-client = { version = "0.31.10", path = "../wayland-client", optional = true }
23-
wayland-server = { version = "0.31.9", path = "../wayland-server", optional = true }
24-
wayland-protocols = { version = "0.32.8", path = "../wayland-protocols", features=["unstable"] }
20+
wayland-scanner = { version = "0.31.7", path = "../wayland-scanner" }
21+
wayland-backend = { version = "0.3.11", path = "../wayland-backend" }
22+
wayland-client = { version = "0.31.11", path = "../wayland-client", optional = true }
23+
wayland-server = { version = "0.31.10", path = "../wayland-server", optional = true }
24+
wayland-protocols = { version = "0.32.9", path = "../wayland-protocols", features=["unstable"] }
2525
bitflags = "2"
2626

2727
[features]

wayland-protocols-misc/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-misc"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
documentation = "https://docs.rs/wayland-protocols-misc/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
19-
wayland-backend = { version = "0.3.10", path = "../wayland-backend" }
20-
wayland-client = { version = "0.31.10", path = "../wayland-client", optional = true }
21-
wayland-server = { version = "0.31.9", path = "../wayland-server", optional = true }
22-
wayland-protocols = { version = "0.32.8", path = "../wayland-protocols", features=["unstable"] }
18+
wayland-scanner = { version = "0.31.7", path = "../wayland-scanner" }
19+
wayland-backend = { version = "0.3.11", path = "../wayland-backend" }
20+
wayland-client = { version = "0.31.11", path = "../wayland-client", optional = true }
21+
wayland-server = { version = "0.31.10", path = "../wayland-server", optional = true }
22+
wayland-protocols = { version = "0.32.9", path = "../wayland-protocols", features=["unstable"] }
2323
bitflags = "2"
2424

2525
[features]

wayland-protocols-plasma/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-plasma"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
documentation = "https://docs.rs/wayland-protocols-plasma/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
19-
wayland-backend = { version = "0.3.10", path = "../wayland-backend" }
20-
wayland-client = { version = "0.31.10", path = "../wayland-client", optional = true }
21-
wayland-server = { version = "0.31.9", path = "../wayland-server", optional = true }
22-
wayland-protocols = { version = "0.32.8", path = "../wayland-protocols"}
18+
wayland-scanner = { version = "0.31.7", path = "../wayland-scanner" }
19+
wayland-backend = { version = "0.3.11", path = "../wayland-backend" }
20+
wayland-client = { version = "0.31.11", path = "../wayland-client", optional = true }
21+
wayland-server = { version = "0.31.10", path = "../wayland-server", optional = true }
22+
wayland-protocols = { version = "0.32.9", path = "../wayland-protocols"}
2323
bitflags = "2"
2424

2525
[features]

wayland-protocols-wlr/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayland-protocols-wlr"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
documentation = "https://docs.rs/wayland-protocols-wlr/"
55
repository = "https://github.com/smithay/wayland-rs"
66
authors = ["Elinor Berger <elinor@safaradeg.net>"]
@@ -15,11 +15,11 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
19-
wayland-backend = { version = "0.3.10", path = "../wayland-backend" }
20-
wayland-client = { version = "0.31.10", path = "../wayland-client", optional = true }
21-
wayland-server = { version = "0.31.9", path = "../wayland-server", optional = true }
22-
wayland-protocols = { version = "0.32.8", path = "../wayland-protocols"}
18+
wayland-scanner = { version = "0.31.7", path = "../wayland-scanner" }
19+
wayland-backend = { version = "0.3.11", path = "../wayland-backend" }
20+
wayland-client = { version = "0.31.11", path = "../wayland-client", optional = true }
21+
wayland-server = { version = "0.31.10", path = "../wayland-server", optional = true }
22+
wayland-protocols = { version = "0.32.9", path = "../wayland-protocols"}
2323
bitflags = "2"
2424

2525
[features]

0 commit comments

Comments
 (0)