Releases: callowayproject/bump-my-version
0.17.4
Fixes
Other
-
[pre-commit.ci] pre-commit autoupdate. 491b4aa
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0
0.17.3
Fixes
-
Refactored VersionComponentConfig to VersionComponentSpec. b538308
More consistent with VersionSpec
New
- Added mental model documentation. 5cbd250
Other
-
[pre-commit.ci] pre-commit autoupdate. a2a3fe6
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.14
Updates
- Updated more documentation. 779c84c
0.17.2
Fixes
-
Fixed some tests. 593a4ee
-
Refactored serialization. 0ac2cd8
- Moved serialization from VersionConfig to version.serialization
-
Fixed extra capture group in PEP440 parser. 384fd99
-
Refactored verioning models. 88e7f71
- created a "conventions" module for future release
- added an optional
depends_on
version component configuration - The
depends_on
is required for PEP440 versioning
-
Fixed None as value for a function. f8c4d05
- Turns None into an empty string
-
Fixed bad imports. 5c86d51
-
Refactored versioning models and tests. 7d05414
-
Refactored version parsing. 5ed546b
-
Refactored versioning functions and version parts. be87721
-
Fixed timezone of a test. 0e01253
0.17.1
0.17.0
Fixes
-
Fixed Py3.8 type annotation. c15b23b
-
Fixed some output in visualizing. 406f97a
-
Fixed bad type annotation. 8f4bedf
-
Fixed bad test imports. a74342b
-
Refactored the create subcommand. f529d28
- Also organized the CLI tests
New
-
Added
show-bump
subcommand. 0bbd814- Shows possible resulting versions of the
bump
command
- Shows possible resulting versions of the
-
Added sample-config feature. 3d0f67d
- Initial implementation
Updates
- Updated documentation. 4f90348
0.16.2
Fixes
-
Fixed a bad import. 46c9c48
-
Fixed extra whitespace added when updating pyproject.toml. 839f17f
-
Removed dotted-notation from requirements. There is an issue on how dotted-notation sets values in the TOMLkit data structure.
-
Added
get_nested_value
andset_nested_value
as replacements for dotted-notation.
-
Other
-
[pre-commit.ci] pre-commit autoupdate. ee4d2f3
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.11
0.16.1
0.16.0
New
Other
-
[pre-commit.ci] pre-commit autoupdate. 2e9a400
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9