prjct-cli 1.32.0 → 1.34.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,12 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.0] - 2026-02-13
4
+
5
+ ### Features
6
+
7
+ - add analysis rollback to restore previous sealed version (PRJ-276) (#181)
8
+
9
+
10
+ ## [1.33.1] - 2026-02-12
11
+
12
+ ### Added
13
+ - Analysis rollback to restore previous sealed version (PRJ-276)
14
+
15
+ ## [1.33.0] - 2026-02-12
16
+
17
+ ### Features
18
+
19
+ - dynamic workflow customization — hooks, gates, and custom steps (#180)
20
+
21
+ ## [1.32.1] - 2026-02-12
22
+
23
+ ### Added
24
+ - Phase 2: Dynamic workflow customization — hooks, gates, and custom steps via `prjct workflow`
25
+
3
26
  ## [1.32.0] - 2026-02-12
4
27
 
5
28
  ### Features
6
29
 
7
30
  - session continuity and project-switch context preservation (PRJ-285) (#177)
8
31
 
9
-
10
32
  ## [1.31.0] - 2026-02-12
11
33
 
12
34
  ### Features