Releases: callowayproject/bump-my-version
0.20.3
Fixes
-
Fixed test logging setup. 3777f27
-
Fixed the indentation problem. ec3cd99
- Added a dedent when a file does not match the change pattern.
- Fixes #181
Other
-
[pre-commit.ci] pre-commit autoupdate. e916f87
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1
0.20.2
Fixes
-
Fixed the rendering of numeric version components. c522c75
- Numeric version components now will attempt to render its value as an integer and fall back to the parsed value.
-
Fixed code block in the README. b4ff9f3
Other
-
[pre-commit.ci] pre-commit autoupdate. 9b09da8
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7
0.20.1
Fixes
-
Fix typos discovered by codespell. d5c33a3
-
Fixed relative references. 2aa1011
-
Refactored the docs. b63a9e7
Other
-
[pre-commit.ci] pre-commit autoupdate. f438bc6
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5
-
Pre-commit: Discover typos with codespell. 2509fc7
Related to:
-
[pre-commit.ci] pre-commit autoupdate. be5cb79
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4
0.20.0
Fixes
- Refactored context into its own module. 5a3e05d
New
-
Added
always_increment
attribute for parts. 53ee848This is a requirement for CalVer to ensure they always increment with each bump, but it will work for any type.
-
Added CalVer function and formatting. 7a0e639
- Version parts now have a
calver_format
attribute for CalVer parts.
- Version parts now have a
Updates
- Updated the documentation. 607609d
0.19.3
Fixes
-
Fixed packaging of dev releases. 84254e0
-
Fixed platform-dependent encoding. f8b4d65
- Added
encoding="utf-8"
to all writes.
- Added
-
Fixed version.yaml workflow. 10b007c
Other
-
[pre-commit.ci] pre-commit autoupdate. e92000a
updates: - github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3
-
Bump the github-actions group with 3 updates. a422c58
Bumps the github-actions group with 3 updates: actions/checkout, actions/setup-python and codecov/codecov-action.
Updates
actions/checkout
from 3 to 4Updates
actions/setup-python
from 4 to 5Updates
codecov/codecov-action
from 3 to 4
updated-dependencies: - dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actionssigned-off-by: dependabot[bot] [email protected]
-
Keep GitHub Actions up to date with GitHub's Dependabot. 2e55fa1
0.19.2
0.19.1
Fixes
- Fix commas in legacy multiline options. 62dfe8e
New
- Added manual version bumping in the GitHub action. c9d67b5
Other
-
[pre-commit.ci] pre-commit autoupdate. be1a568
updates: - github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2