prjct-cli 3.11.1 → 3.12.1

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
@@ -2,13 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.12.1] - 2026-06-29
6
+
7
+ ### Bug Fixes
8
+
9
+ - statusline version check owned by daemon, not legacy files (#495)
10
+
11
+
12
+ ## [3.12.0] - 2026-06-29
13
+
14
+ ### Added
15
+ - world class efficiency
16
+
5
17
  ## [3.11.1] - 2026-06-29
6
18
 
7
19
  ### Bug Fixes
8
20
 
9
21
  - make prjct harness-agnostic across LLMs (Codex/Gemini) + sandbox-safe (#493)
10
22
 
11
-
12
23
  ## [3.11.0] - 2026-06-29
13
24
 
14
25
  ### Added