We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45eb37 commit f20d351Copy full SHA for f20d351
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.7.4 (2025-01-15)
4
5
- Allow larger than 4096 bytes config files
6
- Escape tabs and newline when serializing to a config file
confit/__init__.py
@@ -9,4 +9,4 @@
9
VisibleDeprecationWarning,
10
)
11
12
-__version__ = "0.7.3"
+__version__ = "0.7.4"
0 commit comments