Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the release of maturin version 1.11.0, updating version numbers across the project and documenting the changes in the changelog.
Key changes:
- Version bumped from 1.10.2 to 1.11.0 across Cargo.toml and Cargo.lock
- Changelog updated with new features including Android cross-compilation support, Windows ARM support, and deprecation of 'upload' and 'publish' CLI commands
- Dependency update: lddtree upgraded from 0.3.8 to 0.4.0
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Changelog.md | Added v1.11.0 release section with feature descriptions and updated version comparison links |
| Cargo.toml | Bumped package version to 1.11.0 and updated lddtree dependency to 0.4.0 |
| Cargo.lock | Updated version metadata for maturin and lddtree, including new memmap2 transitive dependency |
After a thorough review of this release PR, I found no issues. The changes are consistent and well-structured:
- Version numbers are correctly synchronized across all files (1.11.0)
- The changelog follows the established format and includes clear, well-written entries
- The changelog link references are properly updated
- The lddtree dependency update from 0.3.8 to 0.4.0 is reflected correctly in both Cargo.toml and Cargo.lock
- The new transitive dependency (memmap2) introduced by lddtree 0.4.0 is properly tracked in Cargo.lock
- No spelling or grammatical errors were found
- All changes align with standard release preparation practices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.