Skip to content

Commit cb6d106

Browse files
committed
🔖 Bump up to version 0.3.4 -> 0.3.5.
1 parent 0279e9a commit cb6d106

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.3.5
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add lazy function for lazy import string. (_2024-05-26_)
10+
11+
### :black_nib: Code Changes
12+
13+
- :test_tube: tests: add testcase for increase coverage on hash and checker. (_2024-05-19_)
14+
- :construction: refactored: remove base dir and add doc-str. (_2024-05-18_)
15+
- :art: style: add type hint for time decoratored. (_2024-05-16_)
16+
17+
### :bug: Fix Bugs
18+
19+
- :gear: fixed: change time.time to monotonic instead. (_2024-05-19_)
20+
- :gear: fixed: import lose function from __base. (_2024-05-13_)
21+
22+
### :package: Build & Workflow
23+
24+
- :toolbox: build: add black that was removed from my mistake. (_2024-05-18_)
25+
526
## 0.3.4
627

728
### :black_nib: Code Changes

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.4"
1+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)