Releases: umanamente/py-configmodel
Releases · umanamente/py-configmodel
v0.2.1
v0.2.0
v0.2.0 (2024-07-27)
Chore
-
chore(coverage): added Codecov and Code Climate (
0a585b8
) -
chore: Send coverage report to Coveralls after all checks completed (
d8f767d
) -
chore: Skip build setup steps if version was not changed (
86d2c8d
) -
chore: Run tests for multiple python versions (
8258249
)
Documentation
-
docs: readme cleanup (
8dba323
) -
docs: Update pypi badge color (blue) (
feb756a
) -
docs: Set coveralls badge branch to "master" in README.rst (
5fcbfb7
)
Feature
- feat: support annotated fields without default values (
f4bf2dd
)
Refactor
v0.1.2
v0.1.2 (2024-01-16)
Chore
-
chore: Fixed semantic-release condition (don't attempt to publish to PYPI if version wasn't changed) (
dcd5d93
) -
chore: Run unit tests with coverage in GH Actions (
5acc851
)
Fix
- fix: If default values were removed from ini file during execution, write default values again.
test: Added tests and improved coverage
docs: Docs theme tweaks (05d5de2
)