Skip to content

Releases: your-tools/tbump

v6.3.2

19 Apr 11:36
Compare
Choose a tag to compare
  • Move out of the TankerHQ organization
  • Fix bug in tbump init --pyproject
  • Allow usage of newer tomlkit versions

v6.3.1

10 Feb 18:06
Compare
Choose a tag to compare
  • Add a --no-tag-push option to create the tag but not push it

v6.3.0

05 Feb 14:45
Compare
Choose a tag to compare

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 a pyproject.toml file
    containing a tool.tbump section exists, read the configuration from
    there.

  • tbump init: add a --pyproject option to append configuration into
    an existing pyproject.toml instead of generating the tbump.toml file

Bug fixes

  • Fix invalid syntax in generated config file #80. Patch by @snadorp.

v6.2.0

24 Nov 10:23
ad78a03
Compare
Choose a tag to compare
  • Drop dependency on Path Pie
  • Drop support for Python 3.5, add support for Python 3.9

v6.1.1

23 Jul 13:10
63bdeae
Compare
Choose a tag to compare
  • Mark this project as typed

v6.1.0

15 Jun 13:01
736e4a5
Compare
Choose a tag to compare
  • 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

09 Mar 09:56
414bfb5
Compare
Choose a tag to compare
  • package metadata: relax constraint on path version

v6.0.6

05 Feb 16:15
321317b
Compare
Choose a tag to compare
  • Switch to poetry for dependencies management and packaging.

6.0.3

22 Jan 12:29
6663d70
Compare
Choose a tag to compare
  • Fix #44: when running tbump init, do not fail if no files are found matching the current version.

v6.0.2

19 Jul 14:18
Compare
Choose a tag to compare
  • Implement #36: The --only-patch flag now allows skipping any git operations or hook commands.