Skip to main content

max / makenotwork

v0.7.2: bump for reverted-v0.7.1 redeploy Pairs with the revert of "v0.7.1: reconcile SyncKit prices to canonical doc" (456479e). The v0.7.1 reconciliation treated synckit_pricing.md as canonical, but the morning's per-key + bulk-tier pricing in src/synckit_billing.rs is the actual product decision. The doc was the stale artifact. Reconciliation must run the other direction; tracked in todo.md § 4f. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-21 22:30 UTC
Commit: 2bc0811777d48572832807db523d0f9cf7a5cdd9
Parent: 456479e
2 files changed, +2 insertions, -2 deletions
@@ -3551,7 +3551,7 @@ dependencies = [
3551 3551
3552 3552 [[package]]
3553 3553 name = "makenotwork"
3554 - version = "0.7.0"
3554 + version = "0.7.2"
3555 3555 dependencies = [
3556 3556 "anyhow",
3557 3557 "argon2",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.7.0"
3 + version = "0.7.2"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6