-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Release 1.2.0b1 #5280
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
Release 1.2.0b1 #5280
Conversation
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
Contributor
|
gonna want to take poetry-core 1.1.0a7, surely? |
6d243a1 to
5714f11
Compare
1688095 to
cea1a53
Compare
branchv
reviewed
Mar 6, 2022
cea1a53 to
233fadd
Compare
Member
|
The links at the end of the changelog still need to be updated. And #4618 can be added now. 😀 |
96a0c14 to
3835a9f
Compare
3835a9f to
c40fe28
Compare
abn
reviewed
Mar 9, 2022
c40fe28 to
c608f51
Compare
c608f51 to
543c390
Compare
radoering
reviewed
Mar 12, 2022
50d8553 to
0af1921
Compare
abn
requested changes
Mar 16, 2022
0af1921 to
f3c21b6
Compare
abn
approved these changes
Mar 17, 2022
2 tasks
2 tasks
|
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixed
poetry export(#4575).localeis unset (#4038).@latestonpoetry update(#4945).poetry self update(#5049).poetry init(#5076).poetry showwhen no lock files exists (#5242).vcs_info.requested_versionindirect_url.jsonwasn't included (#5274).--no-update(#4618).POETRY_EXPERIMENTAL_NEW_INSTALLERneeds to be set to an empty string to disable it (#3811).Added
poetry show <package>now also shows which packages depend on it (#2351).poetry aboutnow contains version information about installed poetry and poetry-core (#5288).poetry publishfails (#3549).poetry lock --check(#5081).--allforpoetry env removeto delete all venv of a project at once (#3212).--without-urlsforpoetry exportto exclude source repository urls from the exported file (#4763).new installer.max-workersproperty to the configuration (#3516).virtualenvs.prefer-active-pythonto detect current activated python (#4852).Changed
pep517high level interfaces for package metadata inspections have been replaced with thebuildpackage. (#5155).