Skip to main content

max / makenotwork

server 0.15.0 -> 0.16.0 Two described-control changes this cycle: the link-row include (4dce017a) and the version delete act (f335c74d). openapi.json regenerated because it embeds the version. The vendored copy in synckit-client is deliberately NOT refreshed. It is at 0.11.21, and diffing it against the fresh spec shows the two differ in info.version and nothing else: same 66 schemas, same paths, no changed definitions. That module's own doc says refreshing is a deliberate step whose diff is the point, so a commit that carries only a version string is churn.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-23 16:46 UTC
Signed with PGP, not checked
Commit: 0561e82f8526ea6ec0139cf77c1e23bb1c85da02
Parent: f335c74
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.15.0"
5263 + version = "0.16.0"
5264 5264 dependencies = [
5265 5265 "ammonia",
5266 5266 "anyhow",
@@ -10748,18 +10748,6 @@
10748 10748 name = "synckit-config"
10749 10749 version = "0.2.0"
10750 10750
10751 - [[patch.unused]]
10752 - name = "kberg"
10753 - version = "0.1.0"
10754 -
10755 - [[patch.unused]]
10756 - name = "ops-status"
10757 - version = "0.1.0"
10758 -
10759 - [[patch.unused]]
10760 - name = "painhours"
10761 - version = "0.1.0"
10762 -
10763 10751 [[patch.unused]]
10764 10752 name = "quasi-immediate"
10765 10753 version = "0.56.0"
@@ -10775,3 +10763,15 @@
10775 10763 [[patch.unused]]
10776 10764 name = "quasi-tauri"
10777 10765 version = "0.56.0"
10766 +
10767 + [[patch.unused]]
10768 + name = "kberg"
10769 + version = "0.1.0"
10770 +
10771 + [[patch.unused]]
10772 + name = "ops-status"
10773 + version = "0.1.0"
10774 +
10775 + [[patch.unused]]
10776 + name = "painhours"
10777 + version = "0.1.0"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.15.0"
3 + version = "0.16.0"
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.15.0"
9 + "version": "0.16.0"
10 10 },
11 11 "paths": {
12 12 "/api/git/{owner}/{repo}/notes": {