-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Release 1.2.0b1 #5280
Merged
Merged
Release 1.2.0b1 #5280
Conversation
This file contains 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
gonna want to take poetry-core 1.1.0a7, surely? |
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
2 times, most recently
from
March 6, 2022 07:40
6d243a1
to
5714f11
Compare
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
2 times, most recently
from
March 6, 2022 17:01
1688095
to
cea1a53
Compare
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
from
March 7, 2022 20:51
cea1a53
to
233fadd
Compare
The links at the end of the changelog still need to be updated. And #4618 can be added now. 😀 |
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
2 times, most recently
from
March 8, 2022 16:38
96a0c14
to
3835a9f
Compare
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
from
March 9, 2022 12:47
3835a9f
to
c40fe28
Compare
abn
reviewed
Mar 9, 2022
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
from
March 9, 2022 17:48
c40fe28
to
c608f51
Compare
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
from
March 12, 2022 07:04
c608f51
to
543c390
Compare
radoering
reviewed
Mar 12, 2022
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
4 times, most recently
from
March 16, 2022 18:54
50d8553
to
0af1921
Compare
abn
requested changes
Mar 16, 2022
finswimmer
force-pushed
the
prepare-1.2.0b1
branch
from
March 17, 2022 07:09
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).locale
is unset (#4038).@latest
onpoetry update
(#4945).poetry self update
(#5049).poetry init
(#5076).poetry show
when no lock files exists (#5242).vcs_info.requested_version
indirect_url.json
wasn't included (#5274).--no-update
(#4618).POETRY_EXPERIMENTAL_NEW_INSTALLER
needs 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 about
now contains version information about installed poetry and poetry-core (#5288).poetry publish
fails (#3549).poetry lock --check
(#5081).--all
forpoetry env remove
to delete all venv of a project at once (#3212).--without-urls
forpoetry export
to exclude source repository urls from the exported file (#4763).new installer.max-workers
property to the configuration (#3516).virtualenvs.prefer-active-python
to detect current activated python (#4852).Changed
pep517
high level interfaces for package metadata inspections have been replaced with thebuild
package. (#5155).