Skip to main content

max / makenotwork

Release mnw-server v0.11.21: the seed fetch hardening 0.11.20 is green and burning in on tier a; the seed changes get their own version rather than reissuing that number from a different sha.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-20 02:40 UTC
Signed with PGP, not checked
Commit: fd96d698cb2680f3d16e72ad3a22b6a064e64174
Parent: 198b73d
3 files changed, +15 insertions, -15 deletions
M server/Cargo.lock +13 -13
@@ -5260,7 +5260,7 @@
5260 5260
5261 5261 [[package]]
5262 5262 name = "makenotwork"
5263 - version = "0.11.20"
5263 + version = "0.11.21"
5264 5264 dependencies = [
5265 5265 "ammonia",
5266 5266 "anyhow",
@@ -10731,14 +10731,6 @@
10731 10731 "pkg-config",
10732 10732 ]
10733 10733
10734 - [[patch.unused]]
10735 - name = "synckit-client"
10736 - version = "0.8.0"
10737 -
10738 - [[patch.unused]]
10739 - name = "synckit-config"
10740 - version = "0.2.0"
10741 -
10742 10734 [[patch.unused]]
10743 10735 name = "kberg"
10744 10736 version = "0.1.0"
@@ -10751,6 +10743,14 @@
10751 10743 name = "painhours"
10752 10744 version = "0.1.0"
10753 10745
10746 + [[patch.unused]]
10747 + name = "makeover-immediate"
10748 + version = "0.30.0"
10749 +
10750 + [[patch.unused]]
10751 + name = "makeover-tui"
10752 + version = "0.30.0"
10753 +
10754 10754 [[patch.unused]]
10755 10755 name = "quasi-immediate"
10756 10756 version = "0.36.0"
@@ -10768,9 +10768,9 @@
10768 10768 version = "0.36.0"
10769 10769
10770 10770 [[patch.unused]]
10771 - name = "makeover-immediate"
10772 - version = "0.30.0"
10771 + name = "synckit-client"
10772 + version = "0.8.0"
10773 10773
10774 10774 [[patch.unused]]
10775 - name = "makeover-tui"
10776 - version = "0.30.0"
10775 + name = "synckit-config"
10776 + version = "0.2.0"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.11.20"
3 + version = "0.11.21"
4 4 edition = "2024"
5 5 license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6 6 # Server binary: never published to a registry. Marks the crate private so
@@ -6,7 +6,7 @@
6 6 "license": {
7 7 "name": "PolyForm Noncommercial 1.0.0"
8 8 },
9 - "version": "0.11.20"
9 + "version": "0.11.21"
10 10 },
11 11 "paths": {
12 12 "/api/git/{owner}/{repo}/notes": {