Skip to content

Commit 2035299

Browse files
committed
Release 0.11.0
1 parent d31a3f8 commit 2035299

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)