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.
44
55## [ Unreleased]
66
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+
715## [ 0.10.0] - 2024-02-19
816
17+ ### Changed
18+
919- Use the standard lib for ` toml ` in Python >= 3.11
1020- Switched to ` hatch ` instead of ` poetry `
1121
22+
1223## [ 0.9.1] - 2023-08-06
1324
1425### Added
@@ -154,7 +165,9 @@ with cfg.dotted_iter():
154165
155166- Initial version
156167
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
158171[ 0.9.1 ] : https://github.com/tr11/python-configuration/compare/0.9.0...0.9.1
159172[ 0.9.0 ] : https://github.com/tr11/python-configuration/compare/0.8.3...0.9.0
160173[ 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