0.7.0
Fixes
-
Fixed test coverage. 3fe96f0
-
Fixed wrong pydantic version pinning. d4b125e
-
Fixed typing issue. bfe5306
- Declared SourceCodeManager attributes as
ClassVar[List[str]]
_TEST_USABLE_COMMAND
,_COMMIT_COMMAND
, and_ALL_TAGS_COMMAND
affected
- Declared SourceCodeManager attributes as
New
-
Added tests for CLI replace command. a53cddc
-
Added and re-organized documentation. c62d65e
-
Added replace subcommand. 8722a0f
-
Works just like
bump
but- doesn't do any version incrementing
- Will not change the configuration file
- Will not commit or tag
-
Can use
bumpversion show new_version --increment <versionpart>
to see what the new version would be
-
-
Adds
short_branch_name
to version rendering context. 7f7e50cshort_branch_name
is the branch name, lower case, containing only a-z and 0-9, and truncated to 20 characters.
Fixes #28
Other
-
Check config before tagging. 3a6e3ee
-
Format version parts. ee43bdb
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 5e6f566
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. f1acd35
updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275