Skip to main content

max / makenotwork

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>
Author: Max Johnson <me@maxj.phd> · 2026-06-07 23:48 UTC
Commit: 90dd4c6e40dca8418fdace1225ab54dd69baa6f6
Parent: 318958e
2 files changed, +2 insertions, -2 deletions
@@ -4140,7 +4140,7 @@ dependencies = [
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,6 +1,6 @@
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