File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## 2.2.0
4
21
5
22
- Add log messages
You can’t perform that action at this time.
0 commit comments