Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
`cargo release --no-publish --no-tag --no-push --execute patch
--prev-tag-name release-2024-09-04 --exclude wayland-sys
--exclude wayland-backend --exclude wayland-scanner --exclude wayland-egl`

If on `master` with `prev-tag-name` specified, the unchanged crates
produce warnings, but are not automatically excluded. Not sure if
there's some way to do that.
  • Loading branch information
ids1024 committed Oct 23, 2024
1 parent 10cb4c7 commit eae7b1e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 20 deletions.
2 changes: 2 additions & 0 deletions wayland-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.31.7 -- 2024-10-23

- Updated Wayland core protocol to 1.23

## 0.31.2 -- 2024-01-29
Expand Down
2 changes: 1 addition & 1 deletion wayland-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-client"
version = "0.31.6"
version = "0.31.7"
documentation = "https://docs.rs/wayland-client/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions wayland-cursor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-cursor"
version = "0.31.6"
version = "0.31.7"
documentation = "https://docs.rs/wayland-cursor/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor."
readme = "README.md"

[dependencies]
wayland-client = { version = "0.31.6", path = "../wayland-client" }
wayland-client = { version = "0.31.7", path = "../wayland-client" }
xcursor = "0.3.1"
rustix = { version = "0.38.15", features = ["shm"] }

Expand Down
8 changes: 4 additions & 4 deletions wayland-protocols-misc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-misc"
version = "0.3.4"
version = "0.3.5"
documentation = "https://docs.rs/wayland-protocols-misc/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -17,9 +17,9 @@ readme = "README.md"
[dependencies]
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"] }
wayland-client = { version = "0.31.7", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.6", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.5", path = "../wayland-protocols", features=["unstable"] }
bitflags = "2"

[features]
Expand Down
8 changes: 4 additions & 4 deletions wayland-protocols-plasma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-plasma"
version = "0.3.4"
version = "0.3.5"
documentation = "https://docs.rs/wayland-protocols-plasma/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -17,9 +17,9 @@ readme = "README.md"
[dependencies]
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"}
wayland-client = { version = "0.31.7", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.6", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.5", path = "../wayland-protocols"}
bitflags = "2"

[features]
Expand Down
8 changes: 4 additions & 4 deletions wayland-protocols-wlr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-wlr"
version = "0.3.4"
version = "0.3.5"
documentation = "https://docs.rs/wayland-protocols-wlr/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -17,9 +17,9 @@ readme = "README.md"
[dependencies]
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"}
wayland-client = { version = "0.31.7", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.6", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.5", path = "../wayland-protocols"}
bitflags = "2"

[features]
Expand Down
2 changes: 2 additions & 0 deletions wayland-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.32.5 -- 2024-10-23

- Bump wayland-protocols to 1.38
- New staging protocols:
* `fifo-v1`
Expand Down
6 changes: 3 additions & 3 deletions wayland-protocols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols"
version = "0.32.4"
version = "0.32.5"
documentation = "https://docs.rs/wayland-protocols/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -15,8 +15,8 @@ readme = "README.md"
[dependencies]
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-client = { version = "0.31.7", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.6", path = "../wayland-server", optional = true }
bitflags = "2"

[features]
Expand Down
2 changes: 2 additions & 0 deletions wayland-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.31.6 -- 2024-10-23

- Updated Wayland core protocol to 1.23

## 0.31.2 -- 2024-05-30
Expand Down
2 changes: 1 addition & 1 deletion wayland-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-server"
version = "0.31.5"
version = "0.31.6"
documentation = "https://docs.rs/wayland-server/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion wayland-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-tests"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.65"
publish = false
Expand Down

0 comments on commit eae7b1e

Please sign in to comment.