Skip to content

Releases: umanamente/py-configmodel

v0.2.1

28 Jul 18:13
Compare
Choose a tag to compare

v0.2.1 (2024-07-28)

Fix

  • fix: config_file decorator creates config related to the script directory, not in current directory (d16057d)

v0.2.0

27 Jul 19:49
Compare
Choose a tag to compare

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

  • refactor: added tests, improved coverage (9dff209)

  • refactor: added tests, improved coverage (cbd80e7)

  • refactor: using assert instead of unreachable exception (11444cb)

  • refactor: replaced unreachable exceptions with asserts (b2cdc88)

v0.1.2

16 Jan 20:08
Compare
Choose a tag to compare

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)

v0.1.1

15 Jan 13:31
Compare
Choose a tag to compare

v0.1.1 (2024-01-15)

Fix

  • fix: Changed Changelog format (rst to md) to make it compatible with semantic-release (3ad98f0)

v0.1.0

15 Jan 13:00
Compare
Choose a tag to compare

v0.1.0 (2024-01-15)

Feature