8000 Update changelog for 2.3.0 by hugovk · Pull Request #138 · python/cherry-picker · GitHub
[go: up one dir, main page]

Skip to content

Update changelog for 2.3.0 #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.3.0

- Add support for Python 3.13
([PR 127](https://github.com/python/cherry-picker/pull/127),
[PR 134](https://github.com/python/cherry-picker/pull/134))
- Drop support for EOL Python 3.8
([PR 133](https://github.com/python/cherry-picker/pull/133),
[PR 137](https://github.com/python/cherry-picker/pull/137))
- Resolve usernames when the remote ends with a trailing slash ([PR 110](https://github.com/python/cherry-picker/pull/110))
- Optimize `validate_sha()` with `--max-count=1` ([PR 111](https://github.com/python/cherry-picker/pull/111))
- Make # replacing more strict ([PR 115](https://github.com/python/cherry-picker/pull/115))
- Remove multiple commit prefixes ([PR 118](https://github.com/python/cherry-picker/pull/118))
- Handle whitespace when calculating usernames ([PR 132](https://github.com/python/cherry-picker/pull/132))
- Publish to PyPI using Trusted Publishers ([PR 94](https://github.com/python/cherry-picker/pull/94))
- Generate digital attestations for PyPI ([PEP 740](https://peps.python.org/pep-0740/))
([PR 135](https://github.com/python/cherry-picker/pull/135))

## 2.2.0

- Add log messages
Expand Down
0