Releases: lincolnloop/goodconf
Releases · lincolnloop/goodconf
v6.0.0
What's Changed
- Update README.rst by @apollo13 in #46
- Add support for reading TOML files via tomllib. by @apollo13 in #45
- Fix Markdown Generation Differences From V4 by @dchukhin in #49
- Ruff infers target-version from project.requires-python automatically. by @apollo13 in #50
- Use contextvars instead of patching pydantic internals. by @apollo13 in #44
Full Changelog: v5.0.0...v6.0.0
v5.0.0
v4.0.3
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #35
Full Changelog: v3.0.1...v3.1.0
v3.0.0
What's Changed
- Run tests for PRs. by @apollo13 in #17
- Added support for parsing and writing toml files. by @apollo13 in #18
- Fixed badges and improved test workflow. by @apollo13 in #19
- Added pre-commit configuration for black & isort. by @apollo13 in #16
- Update test dependencies and fix github actions cache. by @apollo13 in #21
- Added comments to TOML output. Fixes #20. by @apollo13 in #22
- Switch to builtin setup-python caching. by @apollo13 in #25
- Removed pre-commit workflow. Fixes #24. by @apollo13 in #26
- Ensure builds are reproducible. by @apollo13 in #28
- Added support for direct initialization by @apollo13 in #23
- Updated CHANGES.rst in preparation of a new release. by @apollo13 in #30
New Contributors
Full Changelog: v2.0.1...v3.0.0