-
Notifications
You must be signed in to change notification settings - Fork 2.4k
release: bump version to 2.1.2 #10311
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
Conversation
Reviewer's Guide by SourceryThis pull request bumps the version of poetry from 2.1.1 to 2.1.2. It updates the changelog to reflect the changes in the new version, including performance improvements, bug fixes, and documentation updates. The version field in Sequence diagram for locking dependenciessequenceDiagram
participant User
participant Poetry
participant Solver
participant PackageRepository
User->>Poetry: poetry lock
Poetry->>Solver: Resolve dependencies
Solver->>PackageRepository: Retrieve package information
PackageRepository-->>Solver: Package information
Solver-->>Poetry: Resolved dependencies
Poetry->>Poetry: Lock dependencies
Poetry-->>User: poetry.lock updated
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @radoering - I've reviewed your changes - here's some feedback:
Overall Comments:
- The changelog entry date is in the future; please update it to the current date.
- Consider adding a link to the
poetry-core
release notes in the description.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Changed
Fixed
poetry lock
was not deterministic (#10276).poetry env activate
returned the wrong command fortcsh
(#10243).poetry env activate
returned the wrong command forpwsh
on Linux (#10256).Docs
poetry-core (
2.1.2
)extra
markers were not simplified (#842, #845, #847).python_version
markers was not recognized as empty (#849).python_version
markers were not simplified (#848, #851).Summary by Sourcery
Bump Poetry version to 2.1.2, addressing several dependency locking, marker handling, and environment activation issues
Bug Fixes:
Enhancements:
Documentation: