v0.7.0: SyncKit v2 developer billing + exorcise sweeps
Closes the soft-launch sprint with the open-platform SyncKit billing
layer (developer-pays-MNW, migration 117) and folds in nine batches of
prose/comment exorcise cleanup. Team page template stub also lands.
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.6.20"
|
|
3554 |
+ |
version = "0.7.0"
|
| 3555 |
3555 |
|
dependencies = [
|
| 3556 |
3556 |
|
"anyhow",
|
| 3557 |
3557 |
|
"argon2",
|
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "makenotwork"
|
| 3 |
|
- |
version = "0.6.20"
|
|
3 |
+ |
version = "0.7.0"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
license-file = "LICENSE"
|
| 6 |
6 |
|
|