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>
2 files changed,
+2 insertions,
-2 deletions
| 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 |
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 |
|
|