Releases: callowayproject/bump-my-version
0.6.0
Fixes
-
Fixed
--help
andbump
invocations. 9d965e5--help
works for individual sub-commands, but not for the commandbump
now works and fixed tests
-
Fixed issue regarding TOML types. 8960d24
tomlkit.parse()
returns aTOMLDocument
.unwrap()
converts it into adict
New
-
Adds
branch_name
to SCM information. 173be1a -
Added documentation for the show command. d537274
-
Adds
--increment
option toshow
subcommand. b01fffc- when specified it increments the current version and adds
new_version
to the available output.
- when specified it increments the current version and adds
-
Added
show
subcommand. 9bce887- supersedes the
--list
option - provides much more capability
- Can output in YAML, JSON, and default
- Can specify one or more items to display
- Can use dotted-notation to pull items from nested data structures.
- supersedes the
Updates
-
Changes bump-my-version into subcommands. 31ffbcf
- Is backwards-compatible with previous versions
bump-my-version
forwards command tobump-my-version bump
subcommand- Only problem is that Click will not show help automatically, must provide
--help
0.5.1
Fixes
-
Fixes reporting the wrong version missing in a file. efb04e9
- Fixes issue #20
- Renders the correct
current_version
for each file being modified.
Other
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 5476cdf
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 6e500c2
updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272
0.5.0
Fixes
-
Fixed ruff complaints about subprocess. c429c68
-
Fixed issue with formatting. da7544f
There is an underlying edge case where the deriving previous environment variables with multple ways of formatting version numbers will fail.
New
Other
-
Made
VERSION_PART
optional. f236b7d- Fixes #16
VERSION_PART
is detected from the arguments based on the configuration
Updates
0.4.1
Fixes
-
Fixes release.yaml. 01870d5
Outputs the notes to a file instead of an environment variable.
Other
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 266002f
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. edc444f
updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.270