chore(release): bump workspace version to 0.1.11
Warm build cache / warm (aarch64-apple-darwin) (push) Waiting to run
Warm build cache / warm (x86_64-apple-darwin) (push) Waiting to run
Warm build cache / warm (aarch64-unknown-linux-gnu) (push) Waiting to run
Warm build cache / warm (x86_64-pc-windows-msvc) (push) Waiting to run
Release / build (aarch64-apple-darwin) (push) Waiting to run
Release / build (x86_64-apple-darwin) (push) Waiting to run
Release / build (aarch64-unknown-linux-gnu) (push) Waiting to run
Release / build (x86_64-pc-windows-msvc) (push) Waiting to run
Release / publish GitHub Release (push) Blocked by required conditions
Warm build cache / warm (x86_64-unknown-linux-gnu) (push) Failing after 1m36s
Release / build (x86_64-unknown-linux-gnu) (push) Failing after 6s

All 62 crates inherit `workspace.package.version`, so the single edit
plus the refreshed lockfile carries the release. The `v0.1.11` tag is
what triggers the build; release.yml gates the tag against this value.

Ships the sessionless-model-switch fix (f656627): `/model` from a
non-project launch directory now starts the session its deferred switch
drains into instead of dangling silently.
This commit is contained in:
2026-07-27 16:04:51 -04:00
parent f656627c10
commit 553ec1c620
2 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ members = [
]
[workspace.package]
version = "0.1.10"
version = "0.1.11"
edition = "2024"
license = "Apache-2.0"