Skip to content

Releases: python/cherry-picker

cherry-picker-v2.6.0

Choose a tag to compare

@hugovk hugovk released this 21 Aug 12:00
beb1939

What's Changed

  • Check commit count against upstream by @webknjaz in #156
  • Use PEP 639 licence expression and remove deprecated Trove classifier by @hugovk in #160

Full Changelog: cherry-picker-v2.5.0...cherry-picker-v2.6.0

cherry-picker-v2.5.0

Choose a tag to compare

@hugovk hugovk released this 17 Jan 16:03
24e6a44

What's Changed

New Contributors

Full Changelog: cherry-picker-v2.4.0...cherry-picker-v2.5.0

cherry-picker-v2.4.0

Choose a tag to compare

@hugovk hugovk released this 16 Nov 17:33
34d27eb

What's Changed

  • Add support for Python 3.14 by @hugovk in #145
  • Allow passing a base branch that doesn't have version info by @Jackenmen in #70
  • Generate __version__ at build to avoid slow importlib.metadata import by @hugovk in #141
  • PyPI metatada: re-add description by @hugovk in #140
  • Remove outdated README info by @hugovk in #143

Full Changelog: cherry-picker-v2.3.0...cherry-picker-v2.4.0

cherry-picker v2.3.0

Choose a tag to compare

@hugovk hugovk released this 12 Oct 14:20
52565cb

What's Changed

New Contributors

Full Changelog: cherry-picker-v2.0.0...cherry-picker-v2.3.0

cherry-picker v.2.2.0

Choose a tag to compare

@Mariatta Mariatta released this 11 Oct 11:04
64b3ffd

What's Changed

  • When raising error, show the current state vs expected state by @Mariatta in #87
  • Remove initial_state as it gets out of sync with what's in .git/config by @ambv in #88
  • Drop support for EOL Python 3.7 by @hugovk in #90

Full Changelog: cherry-picker-v2.1.0...cherry-picker-v2.2.0

cherry-picker v.2.1.0

Choose a tag to compare

@Mariatta Mariatta released this 10 Nov 16:41

Mix fixes: #28, #29, #31, #32, #33, #34, #36.

cherry-picker v 2.0.0

Choose a tag to compare

@Mariatta Mariatta released this 04 May 23:17
68bf6bf
  • Support the main branch by default. PR 23
    To use a different default branch, please configure it in the.cherry-picker.toml file.

  • Renamed cherry-picker's own default branch to main.