Skip to content

Commit 19a36a7

Browse files
committed
🏷️ Bump up to version 0.0.65 -> 0.0.66.
1 parent 4ce4bab commit 19a36a7

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## Latest Changes
44

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+
529
## 0.0.65
630

731
### :sparkles: Features

src/ddeutil/workflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.65"
1+
__version__: str = "0.0.66"

0 commit comments

Comments
 (0)