-
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: bump version to 1.3.0 #7137
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
@generated
comment as used by common tooling (#2773).poetry check
validates trove classifiers and warns for deprecations (#2881).-C, --directory
option to set the working path (#6810).Changed
poetry update
andpoetry lock
should now resolve dependencies more similarly (#6477).poetry publish
will report more useful errors when a file does not exist (#4417).poetry add
will check for duplicate entries using canonical names (#6832).pip
with--no-input
to prevent hanging without feedback (#6724, #6966).pip
with--isolated
to prevent the influence of user configuration (#6531).-I
) mode (#6628).Fixed
--dry-run
contained duplicate entries (#4660).requests
's pool size did not match the number of installer workers (#6805).poetry show --outdated
failed with a runtime error related to direct origin dependencies (#6016).ApplicationPlugin
is registered (#6304).poetry lock --no-update
(#6131).poetry shell
activation and zsh (#5795).source
field of a dependency with extras was ignored (#6472).experimental.system-git-client
could not be used via environment variable (#6783).AssertionError
due todistribution.files
beingNone
(#6788).poetry env info
did not respectvirtualenvs.prefer-active-python
(#6986).poetry env list
does not list the in-project environment (#6979).poetry env remove
removed the wrong environment (#6195).ValueError
(#6790).Docs
poetry-core (
1.4.0
)metadata_directory
is now respected as an input to thebuild_wheel
hook (#487).ParseConstraintError
is 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
)