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 f6b6a22 commit b4c63dcCopy full SHA for b4c63dc
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## [0.1.4] - 2023-06-028
+## [0.1.5] - 2023-07-24
4
+- updated construct-typing dependency to v0.6.*
5
+
6
+-------------------------------------------------------------------------------
7
8
+## [0.1.4] - 2023-06-28
9
Enhanced ConstructEditor:
10
- Fixed wrong enum flags name in Python 3.11
11
construct_editor/version.py
@@ -1,2 +1,2 @@
-version = (0, 1, 4)
+version = (0, 1, 5)
version_string = ".".join(map(str, version))
0 commit comments