prjct-cli 1.33.0 → 1.35.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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.35.0] - 2026-02-13
4
+
5
+ ### Features
6
+
7
+ - add diff between consecutive analysis runs (PRJ-275) (#182)
8
+
9
+
10
+ ## [1.34.0] - 2026-02-13
11
+
12
+ ### Features
13
+
14
+ - add analysis rollback to restore previous sealed version (PRJ-276) (#181)
15
+
16
+
17
+ ## [1.33.1] - 2026-02-12
18
+
19
+ ### Added
20
+ - Analysis rollback to restore previous sealed version (PRJ-276)
21
+
3
22
  ## [1.33.0] - 2026-02-12
4
23
 
5
24
  ### Features
6
25
 
7
26
  - dynamic workflow customization — hooks, gates, and custom steps (#180)
8
27
 
9
-
10
28
  ## [1.32.1] - 2026-02-12
11
29
 
12
30
  ### Added