-
Notifications
You must be signed in to change notification settings - Fork 2.4k
release: bump version to 1.3.0 #7137
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
|
@Secrus PTAL if we want to mention cleo. |
|
python-poetry/poetry-core#487 maybe worth a mention in the poetry-core changes IMO the cleo upgrade isn't in itself interesting, but the poetry bugs that it fixes are. These are the ones that I know about |
I agree with Dimbleby, no need to include changelog for cleo, maybe just link to cleo changelog: https://github.com/python-poetry/cleo/blob/main/CHANGELOG.md#100---2022-11-21 |
6592968 to
2bb6b5f
Compare
2bb6b5f to
36a9e35
Compare
|
Updated as per maintainer's call, I'm pushing a revised changelog and then we're cutting the release. |
36a9e35 to
6ca6071
Compare
6ca6071 to
a111a48
Compare
|
This is update broke the whole image built and we had to go nuts to find out what actually broke it. |
|
If you have discovered a showstopper regression in the release, please open a new issue with a detailed description, examples of what is going wrong, and a tested, minimal reproducer. Thank you. |
|
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. |
Resolves: #6972
Added
@generatedcomment as used by common tooling (#2773).poetry checkvalidates trove classifiers and warns for deprecations (#2881).-C, --directoryoption to set the working path (#6810).Changed
poetry updateandpoetry lockshould now resolve dependencies more similarly (#6477).poetry publishwill report more useful errors when a file does not exist (#4417).poetry addwill check for duplicate entries using canonical names (#6832).pipwith--no-inputto prevent hanging without feedback (#6724, #6966).pipwith--isolatedto prevent the influence of user configuration (#6531).-I) mode (#6628).Fixed
--dry-runcontained duplicate entries (#4660).requests's pool size did not match the number of installer workers (#6805).poetry show --outdatedfailed with a runtime error related to direct origin dependencies (#6016).ApplicationPluginis registered (#6304).poetry lock --no-update(#6131).poetry shellactivation and zsh (#5795).sourcefield of a dependency with extras was ignored (#6472).experimental.system-git-clientcould not be used via environment variable (#6783).AssertionErrordue todistribution.filesbeingNone(#6788).poetry env infodid not respectvirtualenvs.prefer-active-python(#6986).poetry env listdoes not list the in-project environment (#6979).poetry env removeremoved the wrong environment (#6195).ValueError(#6790).Docs
poetry-core (
1.4.0)metadata_directoryis now respected as an input to thebuild_wheelhook (#487).ParseConstraintErroris now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).poetry-plugin-export (
^1.2.0)cleo (
^2.0.0)