chore(release): bump workspace version to 0.7.0
android-screenshots / screenshots (push) Successful in 2m12s
windows-host / package (push) Successful in 6m43s
android / android (push) Successful in 9m24s
release / apple (push) Successful in 9m35s
windows-msix / package (arm64, C:\Users\Public\ffmpeg-arm64, aarch64-pc-windows-msvc, C:\t-a64) (push) Successful in 1m8s
apple / swift (push) Successful in 1m10s
windows-msix / package (x64, C:\Users\Public\ffmpeg, x86_64-pc-windows-msvc, C:\t) (push) Successful in 1m7s
windows / build (aarch64-pc-windows-msvc) (push) Successful in 50s
windows / build (x86_64-pc-windows-msvc) (push) Successful in 53s
linux-client-screenshots / screenshots (push) Successful in 1m41s
apple / screenshots (push) Successful in 5m37s
web-screenshots / screenshots (push) Successful in 2m37s
audit / cargo-audit (push) Successful in 1m12s
ci / web (push) Successful in 1m8s
ci / docs-site (push) Successful in 1m22s
ci / rust (push) Successful in 4m34s
deb / build-publish (push) Successful in 3m0s
ci / bench (push) Successful in 4m57s
decky / build-publish (push) Successful in 12s
flatpak / build-publish (push) Successful in 4m7s
rpm / build-publish (bazzite, punktfunk-fedora-rpm) (push) Successful in 10m2s
docker / deploy-docs (push) Successful in 22s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 4s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 5s
rpm / build-publish (fedora-44, punktfunk-fedora44-rpm) (push) Successful in 9m14s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 4s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 4s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 6s

The [workspace.package] version (inherited by every crate via
version.workspace) is the release being cut. Refresh the 9 workspace entries
in Cargo.lock to match (CI builds --locked). Canary derives from the tag now
(scripts/ci/pf-version.sh), so no canary-base edit is needed — cutting v0.7.0
auto-advances canary to 0.8.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-03 22:45:45 +00:00
parent fa28fa19a0
commit 882a3d57f6
2 changed files with 10 additions and 10 deletions
Generated
+9 -9
View File
@@ -2119,7 +2119,7 @@ dependencies = [
[[package]]
name = "latency-probe"
version = "0.6.0"
version = "0.7.0"
[[package]]
name = "lazy_static"
@@ -2251,7 +2251,7 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
[[package]]
name = "loss-harness"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"punktfunk-core",
]
@@ -2875,7 +2875,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-android"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"android_logger",
"jni",
@@ -2889,7 +2889,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-linux"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"anyhow",
"async-channel",
@@ -2911,7 +2911,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-windows"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"anyhow",
"async-channel",
@@ -2934,7 +2934,7 @@ dependencies = [
[[package]]
name = "punktfunk-core"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"aes-gcm",
"bytes",
@@ -2964,7 +2964,7 @@ dependencies = [
[[package]]
name = "punktfunk-host"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"aes",
"aes-gcm",
@@ -3034,7 +3034,7 @@ dependencies = [
[[package]]
name = "punktfunk-probe"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"anyhow",
"mdns-sd",
@@ -3048,7 +3048,7 @@ dependencies = [
[[package]]
name = "punktfunk-tray"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"anyhow",
"ksni",
+1 -1
View File
@@ -17,7 +17,7 @@ members = [
exclude = ["packaging/linux/steam-deck-gadget/usbip-poc"]
[workspace.package]
version = "0.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.82"
license = "MIT OR Apache-2.0"