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 0cbe576 commit 81fa5e9Copy full SHA for 81fa5e9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 2.3.3 (2025-02-23)
4
+
5
+- Fixed list attributes being ignored during initialization with existing files.
6
7
## 2.3.2 (2025-02-23)
8
9
- Dropped support for Python 3.8 (past end of life).
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "datafiles"
-version = "2.3.2"
+version = "2.3.3"
description = "File-based ORM for dataclasses."
license = "MIT"
0 commit comments