Releases: gouline/molot
Releases · gouline/molot
v1.0.3
v1.0.2
v1.0.1
What's Changed
- Testability in IDE and pytest (#15)
- Migrate to Ruff (#16)
- Remove black formatter badge (#17)
- Migrate to uv/pyproject.toml (#19)
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.8.2
v0.8.1
Automated release test (no new functionality)
v0.8.0
Support for loading optional .env files containing environment variables.
v0.7.2
Update the use of ruamel.yaml from deprecated to new syntax, as recommended in the bug report, and remove the version lock as that bug in 0.17.5 no longer affects this implementation.
v0.7.1
Ruamel.yaml released 0.17.5 recently, which causes a crash described in this bug report. This release locks the dependency to older versions.
v0.7.0
When config/envconfig properties differ from defaults, call load_config()/load_envconfig() after evaluate() and perform any required manipulations with the returned dictionary so that it can be used by further calls to config()/envconfig() from within targets.