File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.11.0] - 2024-04-23
8
+
9
+ ### Changed
10
+
11
+ - Allow passing a ` pathlib.Path ` parameter to methods that read configuration files
12
+ - Support comments in .env files
13
+
14
+
7
15
## [ 0.10.0] - 2024-02-19
8
16
17
+ ### Changed
18
+
9
19
- Use the standard lib for ` toml ` in Python >= 3.11
10
20
- Switched to ` hatch ` instead of ` poetry `
11
21
22
+
12
23
## [ 0.9.1] - 2023-08-06
13
24
14
25
### Added
@@ -154,7 +165,9 @@ with cfg.dotted_iter():
154
165
155
166
- Initial version
156
167
157
- [ unreleased ] : https://github.com/tr11/python-configuration/compare/0.9.1...HEAD
168
+ [ unreleased ] : https://github.com/tr11/python-configuration/compare/0.11.0...HEAD
169
+ [ 0.11.0 ] : https://github.com/tr11/python-configuration/compare/0.10.0...0.11.0
170
+ [ 0.10.0 ] : https://github.com/tr11/python-configuration/compare/0.9.1...0.10.0
158
171
[ 0.9.1 ] : https://github.com/tr11/python-configuration/compare/0.9.0...0.9.1
159
172
[ 0.9.0 ] : https://github.com/tr11/python-configuration/compare/0.8.3...0.9.0
160
173
[ 0.8.3 ] : https://github.com/tr11/python-configuration/compare/0.8.2...0.8.3
You can’t perform that action at this time.
0 commit comments