Skip to content

Commit a5f7187

Browse files
committed
🔖 Bump up to version 0.3.8 -> 0.4.0.
1 parent 2f0e1ca commit a5f7187

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.4.0
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: change name of property caching func and move random string func loc. (_2024-09-26_)
10+
11+
### :black_nib: Code Changes
12+
13+
- :test_tube: tests: change name of pytest on pre-commit hook local. (_2024-09-22_)
14+
15+
### :card_file_box: Documents
16+
17+
- :page_facing_up: docs: update feature table on readme. (_2024-09-26_)
18+
- :page_facing_up: docs: update readme for notice about optional deps. (_2024-09-26_)
19+
- :page_facing_up: docs: update readme and create docs folder for mkdocs. (_2024-09-22_)
20+
21+
### :postbox: Dependencies
22+
23+
- :pushpin: deps: move all deps to optional deps. (_2024-09-26_)
24+
- :pushpin: deps: remove tzdata from project dependency. (_2024-09-26_)
25+
526
## 0.3.8
627

728
### :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.8"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)