We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939a473 commit 962a1e7Copy full SHA for 962a1e7
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## 2.1.0 (2025-06-14)
2
+
3
+### Feat
4
5
+- add new script-related exception classes for better handling
6
+- add functions to clean scripts and check return statements
7
+- add methods to retrieve network response body and logs
8
9
+### Fix
10
11
+- click in the input before typing and fix documentation
12
13
+### Refactor
14
15
+- add overloads for execute_script to improve type safety
16
17
## 2.0.1 (2025-06-08)
18
19
### Fix
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 2.0.1
+ version: 2.1.0
0 commit comments