Skip to content

Commit 63830f0

Browse files
committed
🔖 Bump up to version 0.3.3 -> 0.3.4.
1 parent a76756a commit 63830f0

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.3.4
6+
7+
### :black_nib: Code Changes
8+
9+
- :construction: refactored: change str docs and add __types file for make base type. (_2024-05-13_)
10+
- :construction: refactored: change str docs and add __types file for make base type. (_2024-05-13_)
11+
- :construction: refactored: rewrite getter args and change type hint. (_2024-05-05_)
12+
13+
### :card_file_box: Documents
14+
15+
- :page_facing_up: docs: update readme and remove deleted topic. (_2024-05-05_)
16+
17+
### :bug: Fix Bugs
18+
19+
- :gear: fixed: mrge branch that conflict with local. (_2024-05-13_)
20+
21+
### :postbox: Dependencies
22+
23+
- :pushpin: deps: remove optional dependencies from pyproject. (_2024-05-13_)
24+
525
## 0.3.3
626

727
### :bug: Fix Bugs

src/ddeutil/core/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.3.4"

0 commit comments

Comments
 (0)