prjct-cli 1.38.7 → 1.40.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.40.0] - 2026-02-15
4
+
5
+ ### Features
6
+
7
+ - redesign prjct update as 3-phase system updater (#195)
8
+
9
+
10
+ ## [1.39.0] - 2026-02-15
11
+
12
+ ### Features
13
+
14
+ - instruction rule type + daemon stop/restart/stale detection (#194)
15
+ - redesign prjct update as 3-phase system updater
16
+
17
+ ## [1.38.10] - 2026-02-15
18
+
19
+ ### Added
20
+ - instruction rule type + daemon stop/restart/stale detection
21
+
3
22
  ## [1.38.7] - 2026-02-15
4
23
 
5
24
  ### Bug Fixes
6
25
 
7
26
  - purge legacy code and fix test timeout (#193)
8
27
 
9
-
10
28
  ## [1.38.8] - 2026-02-14
11
29
 
12
30
  ### Added