Skip to content

Releases: mzdaniel/loadconfig

0.2.1rc5

07 Oct 22:48
0.2.1rc5

Choose a tag to compare

loadconfig 0.2.1rc5 (2025-10-07)

  • Test python 3.14

0.2.1

07 Oct 23:27
0.2.1

Choose a tag to compare

loadconfig 0.2.1 (2025-10-07)

  • Test and add support for python 3.13 and 3.14
  • Integrate github actions production deployment with pypi
  • Add release canditate versions to github
  • Link 'Release' badge to release tests for all supported python versions
  • Integrate github actions dev deployment with testpypi
  • Exercise tests for all supported python versions on release
  • Prevent github publishing on dev deployments
  • Workaround setuptools metadata issue

0.2.1rc4

05 Oct 15:54
0.2.1rc4

Choose a tag to compare

loadconfig 0.2.1rc4 (2025-10-05)

  • Test and add support for python 3.13 and 3.14rc3

0.2.1rc3

05 Oct 14:06
0.2.1rc3

Choose a tag to compare

loadconfig 0.2.1rc3 (2025-10-05)

  • Ensure github deployments have proper permissions

0.2.0.dev1

03 Oct 13:25

Choose a tag to compare

loadconfig 0.2.0.dev1 (2025-10-03)

  • Add pytest-ruff to simplify lint testing
  • Make testing as easy as pytest
  • Simplify documentation using markdown
  • Fully switch to mkdocs for documentation
  • Make docs building as easy as mkdocs build
  • Update ReadTheDocs requirements.txt
  • Reorganize docs and cleanup
  • Migrate ReadTheDocs to mkdocs

Release 0.2.0

03 Oct 16:11

Choose a tag to compare

loadconfig 0.2.0 (2025-10-03)

  • Add github actions CD for PyPI deployment
  • Add PyPI badge
  • Ensure twine check pass on wheel build
  • Enable deployment of dev releases

0.1.4

19 Sep 00:46

Choose a tag to compare

loadconfig 0.1.4 (2025-09-18)

  • Add pre-processed !include yaml capability and docs
  • Fix #8 (thanks Omry Yadan) using his suggested use example
  • Add test based on Omry's !include example

0.1.3

14 Sep 12:09

Choose a tag to compare

loadconfig 0.1.3 (2025-09-14)

  • Use regular dicts instead of OrderedDict
  • Simplify Odict class, making yaml Loader and Dumper their own classes
  • Fix #6 (thanks John McGehee) using his suggested odict_mapping name
  • Translate and add John's !!set unittest to pytest
  • Remove import cruft
  • Reorganize code and cleanup
  • Add ReadTheDocs builder config
  • Simplify releasing process using ChangeLog toml file
  • Remove uv dependency for venv
  • Add github actions CD for packaging and releasing

loadconfig 0.1.2 (2025-09-09)

13 Sep 23:31

Choose a tag to compare

  • Upgrade to python3.11 deprecating all previous versions
  • Upgrade clg, sphinx and switch to sphinx-simplepdf and ruff
  • Fully switch to widely accepted pyproject.toml for project
    testing and building, and simplify versioning management
  • Make package building as easy as pip wheel .
  • Fully replace tox with rust-just and uv for testing and
    build speedup
  • Cleanup deprecated cruft (setup.py, requirements.txt, etc)
  • Remove Odict stale code discovered by coverage testing
  • Add github actions CI for testing