Fixes
-
Fixed
--helpandbumpinvocations. 9d965e5--helpworks for individual sub-commands, but not for the commandbumpnow works and fixed tests
-
Fixed issue regarding TOML types. 8960d24
tomlkit.parse()returns aTOMLDocument.unwrap()converts it into adict
New
-
Adds
branch_nameto SCM information. 173be1a -
Added documentation for the show command. d537274
-
Adds
--incrementoption toshowsubcommand. b01fffc- when specified it increments the current version and adds
new_versionto the available output.
- when specified it increments the current version and adds
-
Added
showsubcommand. 9bce887- supersedes the
--listoption - 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-versionforwards command tobump-my-version bumpsubcommand- Only problem is that Click will not show help automatically, must provide
--help