Releases: ludeeus/awesomeversion
Releases · ludeeus/awesomeversion
21.8.0
What’s Changed
- #72 Enable 3.10.0-beta @ludeeus
- #64 Bump actions/setup-python from 2 to 2.2.2 @dependabot
- #66 Bump pre-commit from 2.12.1 to 2.13.0 @dependabot
- #70 Bump black from 21.5b0 to 21.6b0 @dependabot
- #68 Bump pytest-cov from 2.11.1 to 2.12.1 @dependabot
- #74 Bump black from 21.6b0 to 21.7b0 @dependabot
- #77 Fix codecov uploads @ludeeus
- #76 Enable strict mypy checks @ludeeus
- #78 Add pylint checks @ludeeus
- #79 Move regex to utils and match to strategies @ludeeus
21.6.0
21.5.0
What’s Changed
- #60 Add support for X.X.rcX @ludeeus
- #59 Bump black from 20.8b1 to 21.5b0 @dependabot
- #58 Bump pytest from 6.2.2 to 6.2.4 @dependabot
- #61 Remove Python 3.10 @ludeeus
- #54 Bump pre-commit from 2.11.1 to 2.12.1 @dependabot
21.4.0
What’s Changed
- #49 Bump pre-commit from 2.10.1 to 2.11.1 @dependabot
- #50 Deprecate staticmethod ensure_strategy @ludeeus
Migration path if you used AwesomeVersion.ensure_strategy
before this version:
Change your code from:
AwesomeVersion.ensure_strategy("1.0.0", AwesomeVersionStrategy.SEMVER)
To:
AwesomeVersion("1.0.0", AwesomeVersionStrategy.SEMVER)