2.3.0 - 2023-10-08
Deprecations
- CLI argument
--bump-latest
and API parameterbump_latest
are deprecated in favor of--bump=auto
andbump="auto"
argument and parameter, respectively.
See "Understand the relationship with SemVer".
Features
- Add configuration files (b527ccf by Oscar Esteban). Issue #54, PR #55, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me
- Add bump option (CLI, library) allowing to specify an exact version to bump to, as well as
auto
,major
,minor
orpatch
(2c0dbb8 by Théo Goudout). Issue #38, PR #41, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me - Add provider CLI option (908531b by Théo Goudout). Issue #37, PR #40, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me