prjct-cli 2.21.1 → 2.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.22.0] - 2026-05-18
4
+
5
+ ### Features
6
+
7
+ - prjct update self-cleanup of parallel installs + prjct upgrade alias + one-command notify (WS4+WS5) (#347)
8
+
9
+ ### Bug Fixes
10
+
11
+ - WS3b — ship-atomicity marker + serialized daemon request handling (#350)
12
+ - WS2b SQLite hardening — BEGIN IMMEDIATE txns, statement-cache + daemon-cache gating (#349)
13
+ - WS3 P2 reliability — timer leak, backup clobber, daemon-exit, WAL checkpoint, duplicate-POST (#348)
14
+
15
+
3
16
  ## [2.21.1] - 2026-05-18
4
17
 
5
18
  ### Bug Fixes