We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce4bab commit 19a36a7Copy full SHA for 19a36a7
2 files changed
CHANGELOG.md
@@ -2,6 +2,30 @@
2
3
## Latest Changes
4
5
+## 0.0.66
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: add cli module.
10
+- :dart: feat: remove raise when job skip on the jon exec.
11
+- :dart: feat: add excluded parameter on release method.
12
13
+### :bug: Bug fixes
14
15
+- :gear: fixed: remove caller secret import.
16
17
+### :black_nib: Code Changes
18
19
+- :test_tube: tests: add validate release testcase.
20
21
+### :package: Build & Workflow
22
23
+- :toolbox: build: prepare config on the pyproject file.
24
25
+### :book: Documentations
26
27
+- :page_facing_up: docs: update docs-string.
28
29
## 0.0.65
30
31
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.65"
+__version__: str = "0.0.66"
0 commit comments