Releases: your-tools/tbump
Releases · your-tools/tbump
v6.3.2
- Move out of the TankerHQ organization
- Fix bug in
tbump init --pyproject
- Allow usage of newer
tomlkit
versions
v6.3.1
- Add a
--no-tag-push
option to create the tag but not push it
v6.3.0
More flexible workflow
- Add a
--no-push
option to create the commit and the tag, but not push them - Add a
--no-tag
option to skip creating the tag
Note that if you want to create a commit and run the hooks but nothing else, you
must use tbump --no-tag --no-push <new version>
.
If you only want to patch the files use tbump --only-patch
.
See #65 for more details
pyproject.toml support
Idea and initial implementation by @pmav99
-
If no
tbump.toml
file is present, but apyproject.toml
file
containing atool.tbump
section exists, read the configuration from
there. -
tbump init
: add a--pyproject
option to append configuration into
an existingpyproject.toml
instead of generating thetbump.toml
file
Bug fixes
- Fix invalid syntax in generated config file #80. Patch by
@snadorp
.
v6.2.0
- Drop dependency on
Path Pie
- Drop support for Python 3.5, add support for Python 3.9
v6.1.1
- Mark this project as typed
v6.1.0
- If
github_url
is found in the config file, display a link suggesting to create a release on GitHub after the tag is pushed
v6.0.7
- package metadata: relax constraint on
path
version