- fix: config_file decorator creates config related to the script directory, not in current directory (
d16057d
)
-
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
)
-
docs: readme cleanup (
8dba323
) -
docs: Update pypi badge color (blue) (
feb756a
) -
docs: Set coveralls badge branch to "master" in README.rst (
5fcbfb7
)
- feat: support annotated fields without default values (
f4bf2dd
)
-
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
)
-
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: 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
)
- fix: Changed Changelog format (rst to md) to make it compatible with semantic-release (
3ad98f0
)
- feat: First version (
9a11678
)