Releases: IBM/alchemy-config
Releases · IBM/alchemy-config
1.2.0 - Modern Build Support
What's Changed
- Update build and release pipeline by @mynhardtburger in #15
This release signals a move to a new build framework using a modern python stack (pyproject.toml, uv, hatchling). With this move comes dropped support for python versions 3.6 - 3.8 which are EOL. There is no functional change with this release, but the minor version bump is used to indicate changes in the interpreter version support.
Full Changelog: 1.1.4...1.2.0
1.1.4 - Fix deepcopy env overrides
What's Changed
- 📝 Add aconfig advantages by @evaline-ju in #10
- Config deepcopy without env overrides by @gabe-l-hart in #14
Full Changelog: 1.1.3...1.1.4
1.1.3 - Type Hints
What's Changed
- Add type hints by @mynhardtburger in #7
New Contributors
- @mynhardtburger made their first contribution in #7
Full Changelog: 1.1.2...1.1.3
1.1.2 - Config location in errors
Change Log
- Better error logs with the config input name (#6)
1.1.1 - Fix Config subclassing
Change Log
- Fix support for subclassing
Configwithout re-invoking initialization for nested dicts (#5)
1.1.0 - Immutable Configs
Change Log
- Add support for immutable config objects (#3)
1.0.0 - Initial Public Release
Change Log
- Public release of non-beta package to pypi
0.0.2 - Test Release Phase
Change Log
- Testing release automation