Skip to content

Commit

Permalink
Update changelog for 2.5.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 17, 2025
1 parent a0d1a14 commit 24e6a44
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Changelog

## 2.5.0

* Add draft config option to Create Pull Request by @gopidesupavan in https://github.com/python/cherry-picker/pull/151
* Better error message when cherry_picker is called in wrong state by @serhiy-storchaka in https://github.com/python/cherry-picker/pull/119
* Bubble up error message by @dpr-0 in https://github.com/python/cherry-picker/pull/112
* Acknowledge network issues on GitHub by @ambv in https://github.com/python/cherry-picker/pull/153
* Ignore uv.lock file by @potiuk in https://github.com/python/cherry-picker/pull/149
* Fix mypy pre-commit settings by @potiuk in https://github.com/python/cherry-picker/pull/148
* Update CI config by @hugovk in https://github.com/python/cherry-picker/pull/144

## 2.4.0

- Add support for Python 3.14 ([PR 145](https://github.com/python/cherry-picker/pull/145)
- Add support for Python 3.14 ([PR 145](https://github.com/python/cherry-picker/pull/145))
- Allow passing a base branch that doesn't have version info
([PR 70](https://github.com/python/cherry-picker/pull/70)
([PR 70](https://github.com/python/cherry-picker/pull/70))
- This makes cherry-picker useful for projects other than CPython that don't
have versioned branch names.

Expand Down

0 comments on commit 24e6a44

Please sign in to comment.