prjct-cli 1.43.1 → 1.44.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
@@ -1,12 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.44.1] - 2026-02-16
4
+
5
+ ### Bug Fixes
6
+
7
+ - resumeTask and pauseTask preserve business metadata (PRJ-344) (#205)
8
+
9
+
10
+ ## [1.44.2] - 2026-02-15
11
+
12
+ ### Added
13
+ - Fix resume/pause metadata loss
14
+
15
+ ## [1.44.1] - 2026-02-15
16
+
17
+ ### Added
18
+ - Fix resume/pause metadata loss
19
+
20
+ ## [1.44.0] - 2026-02-16
21
+
22
+ ### Features
23
+
24
+ - migrate sessions from JSON files to SQLite (#204)
25
+
26
+
3
27
  ## [1.43.1] - 2026-02-15
4
28
 
29
+ ### Added
30
+ - Sessions migrated to SQLite
31
+
5
32
  ### Bug Fixes
6
33
 
7
34
  - update command shows stale version on every run (#203)
8
35
 
9
-
10
36
  ## [1.43.0] - 2026-02-15
11
37
 
12
38
  ### Features