server: bump version to 0.10.1
Routine patch bump so the Sando pipeline keys this as a distinct release
(versions.version is the PK; without a bump it collides with 0.10.0). No
functional change vs 27e2541 — wires up the Sando tier-A soak adoption.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 files changed,
+2 insertions,
-2 deletions
| 4140 |
4140 |
|
|
| 4141 |
4141 |
|
[[package]]
|
| 4142 |
4142 |
|
name = "makenotwork"
|
| 4143 |
|
- |
version = "0.10.0"
|
|
4143 |
+ |
version = "0.10.1"
|
| 4144 |
4144 |
|
dependencies = [
|
| 4145 |
4145 |
|
"anyhow",
|
| 4146 |
4146 |
|
"apple-codesign",
|
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "makenotwork"
|
| 3 |
|
- |
version = "0.10.0"
|
|
3 |
+ |
version = "0.10.1"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
license-file = "LICENSE"
|
| 6 |
6 |
|
|