Skip to main content

max / makenotwork

Release mnw v0.10.20 Ships everything since 0.10.18 went to prod on 2026-07-16, including the SyncKit keys credential split (d9e243a3): /api/sync/keys/{claim,release,list} move off the api_key that is compiled into every shipped client and onto a dashboard-generated app_secret, stored SHA-256 hashed. Carries migration 175, so this takes the full tier-A burn-in.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-26 18:46 UTC
Signed with PGP, not checked
Commit: a9a2aa6f166c1ee6795003a7853af65a9a23dc89
Parent: d9e243a
2 files changed, +2 insertions, -2 deletions
@@ -4351,7 +4351,7 @@
4351 4351
4352 4352 [[package]]
4353 4353 name = "makenotwork"
4354 - version = "0.10.19"
4354 + version = "0.10.20"
4355 4355 dependencies = [
4356 4356 "ammonia",
4357 4357 "anyhow",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.10.19"
3 + version = "0.10.20"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6 # Server binary — never published to a registry. Marks the crate private so