We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62d731 commit 976fb6eCopy full SHA for 976fb6e
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.7.5 (2025-03-21)
4
+
5
+- Allow non-string keys in config files
6
7
## v0.7.4 (2025-01-15)
8
9
- Allow larger than 4096 bytes config files
confit/__init__.py
@@ -9,4 +9,4 @@
VisibleDeprecationWarning,
10
)
11
12
-__version__ = "0.7.4"
+__version__ = "0.7.5"
0 commit comments