We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb3977 commit 7edc257Copy full SHA for 7edc257
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Latest Changes
4
5
+## 0.4.8
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: add add_list_value function support add value to dict of list. (_2025-04-19_)
10
11
+### :black_nib: Code Changes
12
13
+- :test_tube: tests: update testcase for improve coverage. (_2025-04-19_)
14
15
## 0.4.7
16
17
### :stars: Highlight Features
src/ddeutil/core/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.4.7"
+__version__ = "0.4.8"
0 commit comments