Skip to content

Releases: IBM/alchemy-config

1.2.0 - Modern Build Support

09 Mar 18:54
5e7367c

Choose a tag to compare

What's Changed

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

25 Feb 17:16
78bbf03

Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3 - Type Hints

30 Jan 17:57
f940499

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2 - Config location in errors

28 Apr 01:08
17b9e5b

Choose a tag to compare

Change Log

  • Better error logs with the config input name (#6)

1.1.1 - Fix Config subclassing

25 Apr 19:39
63d9b90

Choose a tag to compare

Change Log

  • Fix support for subclassing Config without re-invoking initialization for nested dicts (#5)

1.1.0 - Immutable Configs

25 Apr 18:16
ea6566a

Choose a tag to compare

Change Log

  • Add support for immutable config objects (#3)

1.0.0 - Initial Public Release

19 Aug 16:24
2a60398

Choose a tag to compare

Change Log

  • Public release of non-beta package to pypi

0.0.2 - Test Release Phase

19 Aug 16:15

Choose a tag to compare

Change Log

  • Testing release automation