Releases: mzdaniel/loadconfig
Releases · mzdaniel/loadconfig
0.2.1rc5
loadconfig 0.2.1rc5 (2025-10-07)
- Test python 3.14
0.2.1
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
loadconfig 0.2.1rc4 (2025-10-05)
- Test and add support for python 3.13 and 3.14rc3
0.2.1rc3
loadconfig 0.2.1rc3 (2025-10-05)
- Ensure github deployments have proper permissions
0.2.0.dev1
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
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
0.1.3
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)
- 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