Releases: tr11/python-configuration
Releases · tr11/python-configuration
0.12.1
0.12.0
0.11.0
What's Changed
- add compatibility with pathlib.Path type from stdlib. by @publicmatt in #97
- Support comments in .env files by @tr11 in #101
New Contributors
- @publicmatt made their first contribution in #97
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Minor improvements to dependency reporting by @DeadlyFirex in #88
- Use tomllib over toml for Python 3.11+ by @laundry-96 in #90
- Use tomli library for Python < 3.11 by @tr11 in #91
- Switch to
hatch
package manager by @tr11 in #92
New Contributors
- @DeadlyFirex made their first contribution in #88
- @laundry-96 made their first contribution in #90
Full Changelog: 0.9.1...0.10.0