Skip to main content

max / makenotwork

Release server v0.10.16 Cuts a release for the work landed since v0.10.15 — the testnot example-marketplace seed (Phases 0-6), plus the tagtree error enum, pom FK enforcement, and the mnw-cli Cargo.lock sync. Resolves the version collision on testnot, where a pre-seed 0.10.15 build and the seed build both reported 0.10.15. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-12 01:03 UTC
Commit: eb18c31d383a02b9203082217b807cd97365731e
Parent: ca7e2b3
2 files changed, +2 insertions, -2 deletions
@@ -4318,7 +4318,7 @@ dependencies = [
4318 4318
4319 4319 [[package]]
4320 4320 name = "makenotwork"
4321 - version = "0.10.15"
4321 + version = "0.10.16"
4322 4322 dependencies = [
4323 4323 "ammonia",
4324 4324 "anyhow",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.10.15"
3 + version = "0.10.16"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6 # Server binary — never published to a registry. Marks the crate private so