Skip to content

Conversation

@github-actions
Copy link
Contributor

Automated changes by create-pull-request GitHub action

@messense messense marked this pull request as draft December 31, 2025 02:58
@github-actions github-actions bot force-pushed the update-versions-manifest branch from cba01a9 to c8c40ea Compare January 6, 2026 02:52
@messense messense marked this pull request as ready for review January 6, 2026 02:59
Copilot AI review requested due to automatic review settings January 6, 2026 02:59
@messense messense merged commit b76148c into main Jan 6, 2026
@messense messense deleted the update-versions-manifest branch January 6, 2026 02:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated pull request that updates the versions manifest for maturin releases. The PR adds three new maturin versions to the manifest and applies consistent ordering to platform entries in existing versions.

  • Adds support for maturin versions 1.11.2, 1.11.1, and 1.11.0 with download URLs for all supported platforms
  • Marks versions 1.11.2 and 1.11.1 as stable, while 1.11.0 is marked as unstable
  • Reorders Windows platform entries (x86/x64) in several older versions for consistency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}
],
"release_url": "https://github.com/PyO3/maturin/releases/tag/v1.11.0",
"stable": false,
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 1.11.0 is marked as unstable while newer patch versions 1.11.1 and 1.11.2 in the same minor series are marked as stable. This is inconsistent with typical semantic versioning practices where patch releases in the same minor version series should have the same stability status. Consider verifying if this should be marked as stable true.

Suggested change
"stable": false,
"stable": true,

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants