prjct-cli 1.40.0 → 1.41.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,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.41.0] - 2026-02-15
4
+
5
+ ### Features
6
+
7
+ - provider capabilities system + provider-agnostic templates (#197)
8
+
9
+
10
+ ## [1.40.3] - 2026-02-15
11
+
12
+ ### Added
13
+ - Provider capabilities system
14
+
15
+ ## [1.40.2] - 2026-02-15
16
+
17
+ ### Added
18
+ - Provider capabilities system
19
+
20
+ ## [1.40.1] - 2026-02-15
21
+
22
+ ### Bug Fixes
23
+
24
+ - sanitize SQLite bindings in JSON migration (#196)
25
+
26
+
27
+ ## [1.40.1] - 2026-02-15
28
+
29
+ ### Fixed
30
+ - Sanitize SQLite bindings in JSON migration to prevent type errors
31
+
3
32
  ## [1.40.0] - 2026-02-15
4
33
 
5
34
  ### Features