Skip to main content

max / makenotwork

Release server v0.10.3 Expose git_sha on /api/health (shipped in 1bf9218). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-13 23:09 UTC
Commit: 9440d618deff84cf2701cc8649d06bf82e6497a1
Parent: ca2e08a
2 files changed, +2 insertions, -2 deletions
@@ -4291,7 +4291,7 @@ dependencies = [
4291 4291
4292 4292 [[package]]
4293 4293 name = "makenotwork"
4294 - version = "0.10.2"
4294 + version = "0.10.3"
4295 4295 dependencies = [
4296 4296 "ammonia",
4297 4297 "anyhow",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.10.2"
3 + version = "0.10.3"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6