Skip to content

Commit

Permalink
Merge pull request #1251 from zeenix/zb-release
Browse files Browse the repository at this point in the history
🔖 zb,zm: Release 5.5.0
  • Loading branch information
zeenix authored Feb 7, 2025
2 parents 8fff8e2 + 15dce6a commit dbc1b9b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,11 @@ jobs:
run: cargo --locked doc --all-features -p zbus
- name: Check zbus_xml documentation build
run: cargo --locked doc --all-features -p zbus_xml

semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus"
version = "5.4.0"
version = "5.5.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down Expand Up @@ -46,7 +46,7 @@ blocking-api = ["zbus_macros/blocking-api"]
serde_bytes = ["zvariant/serde_bytes"]

[dependencies]
zbus_macros = { path = "../zbus_macros", version = "=5.4.0" }
zbus_macros = { path = "../zbus_macros", version = "=5.5.0" }
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
"enumflags2",
] }
Expand Down
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zbus_macros"
# Keep version in sync with zbus crate
version = "5.4.0"
version = "5.5.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand Down

0 comments on commit dbc1b9b

Please sign in to comment.