chore(release): release Buzz Relay version 0.1.1 (#1269)

This commit is contained in:
Will Pfleger
2026-06-24 23:49:09 -04:00
committed by GitHub
parent fa942cb51d
commit 68a0cc8506
3 changed files with 8 additions and 2 deletions
Generated
+1 -1
View File
@@ -1029,7 +1029,7 @@ dependencies = [
[[package]]
name = "buzz-relay"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"axum",
+6
View File
@@ -0,0 +1,6 @@
# Changelog
## relay-v0.1.1
- Initial release
+1 -1
View File
@@ -4,7 +4,7 @@ default-run = "buzz-relay"
# Independent version: buzz-relay ships as a pinnable artifact
# (ghcr.io/block/buzz), released on its own cadence via `just release-relay`.
# It does NOT inherit the workspace version.
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true