prjct-cli 1.43.0 → 1.44.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,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.44.0] - 2026-02-16
4
+
5
+ ### Features
6
+
7
+ - migrate sessions from JSON files to SQLite (#204)
8
+
9
+
10
+ ## [1.43.1] - 2026-02-15
11
+
12
+ ### Added
13
+ - Sessions migrated to SQLite
14
+
15
+ ### Bug Fixes
16
+
17
+ - update command shows stale version on every run (#203)
18
+
3
19
  ## [1.43.0] - 2026-02-15
4
20
 
5
21
  ### Features