File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.0
4
+
5
+ * Add draft config option to Create Pull Request by @gopidesupavan in https://github.com/python/cherry-picker/pull/151
6
+ * Better error message when cherry_picker is called in wrong state by @serhiy-storchaka in https://github.com/python/cherry-picker/pull/119
7
+ * Bubble up error message by @dpr-0 in https://github.com/python/cherry-picker/pull/112
8
+ * Acknowledge network issues on GitHub by @ambv in https://github.com/python/cherry-picker/pull/153
9
+ * Ignore uv.lock file by @potiuk in https://github.com/python/cherry-picker/pull/149
10
+ * Fix mypy pre-commit settings by @potiuk in https://github.com/python/cherry-picker/pull/148
11
+ * Update CI config by @hugovk in https://github.com/python/cherry-picker/pull/144
12
+
3
13
## 2.4.0
4
14
5
- - Add support for Python 3.14 ([ PR 145] ( https://github.com/python/cherry-picker/pull/145 )
15
+ - Add support for Python 3.14 ([ PR 145] ( https://github.com/python/cherry-picker/pull/145 ) )
6
16
- Allow passing a base branch that doesn't have version info
7
- ([ PR 70] ( https://github.com/python/cherry-picker/pull/70 )
17
+ ([ PR 70] ( https://github.com/python/cherry-picker/pull/70 ) )
8
18
- This makes cherry-picker useful for projects other than CPython that don't
9
19
have versioned branch names.
10
20
You can’t perform that action at this time.
0 commit comments