Skip to content

Commit dbc1b9b

Browse files
authored
Merge pull request #1251 from zeenix/zb-release
🔖 zb,zm: Release 5.5.0
2 parents 8fff8e2 + 15dce6a commit dbc1b9b

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,11 @@ jobs:
263263
run: cargo --locked doc --all-features -p zbus
264264
- name: Check zbus_xml documentation build
265265
run: cargo --locked doc --all-features -p zbus_xml
266+
267+
semver-checks:
268+
runs-on: ubuntu-latest
269+
steps:
270+
- name: Checkout
271+
uses: actions/checkout@v4
272+
- name: Check semver
273+
uses: obi1kenobi/cargo-semver-checks-action@v2

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zbus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus"
3-
version = "5.4.0"
3+
version = "5.5.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }
@@ -46,7 +46,7 @@ blocking-api = ["zbus_macros/blocking-api"]
4646
serde_bytes = ["zvariant/serde_bytes"]
4747

4848
[dependencies]
49-
zbus_macros = { path = "../zbus_macros", version = "=5.4.0" }
49+
zbus_macros = { path = "../zbus_macros", version = "=5.5.0" }
5050
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
5151
"enumflags2",
5252
] }

zbus_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zbus_macros"
33
# Keep version in sync with zbus crate
4-
version = "5.4.0"
4+
version = "5.5.0"
55
authors = [
66
"Marc-André Lureau <[email protected]>",
77
"Zeeshan Ali Khan <[email protected]>",

0 commit comments

Comments
 (0)