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 cb40819 commit 1ed4d96Copy full SHA for 1ed4d96
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Latest Changes
4
5
+## 0.3.8
6
+
7
+### :bug: Fix Bugs
8
9
+- :gear: fixed: add hash for list and set type in freeze_args func. (_2024-09-13_)
10
11
+### :package: Build & Workflow
12
13
+- :toolbox: build: add support for python version 3.13. (_2024-09-13_)
14
15
## 0.3.7
16
17
### :sparkles: Features
src/ddeutil/core/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.3.7"
+__version__ = "0.3.8"
0 commit comments