File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.0
4+
5+ - Add support for Python 3.13
6+ ([ PR 127] ( https://github.com/python/cherry-picker/pull/127 ) ,
7+ [ PR 134] ( https://github.com/python/cherry-picker/pull/134 ) )
8+ - Drop support for EOL Python 3.8
9+ ([ PR 133] ( https://github.com/python/cherry-picker/pull/133 ) ,
10+ [ PR 137] ( https://github.com/python/cherry-picker/pull/137 ) )
11+ - Resolve usernames when the remote ends with a trailing slash ([ PR 110] ( https://github.com/python/cherry-picker/pull/110 ) )
12+ - Optimize ` validate_sha() ` with ` --max-count=1 ` ([ PR 111] ( https://github.com/python/cherry-picker/pull/111 ) )
13+ - Make # replacing more strict ([ PR 115] ( https://github.com/python/cherry-picker/pull/115 ) )
14+ - Remove multiple commit prefixes ([ PR 118] ( https://github.com/python/cherry-picker/pull/118 ) )
15+ - Handle whitespace when calculating usernames ([ PR 132] ( https://github.com/python/cherry-picker/pull/132 ) )
16+ - Publish to PyPI using Trusted Publishers ([ PR 94] ( https://github.com/python/cherry-picker/pull/94 ) )
17+ - Generate digital attestations for PyPI ([ PEP 740] ( https://peps.python.org/pep-0740/ ) )
18+ ([ PR 135] ( https://github.com/python/cherry-picker/pull/135 ) )
19+
320## 2.2.0
421
522- Add log messages
You can’t perform that action at this time.
0 commit comments