From 2a0d92dbc6604f925b59cf3009560df7611e81a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Thu, 18 May 2023 18:10:55 +0200 Subject: [PATCH] release: bump version to 1.5.0 --- CHANGELOG.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 74 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97b3c767f7..14177648e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,77 @@ # Change Log +## [1.5.0] - 2023-05-19 + +### Added + +- **Introduce the new source priorities `explicit` and `supplemental`** ([#7658](https://github.com/python-poetry/poetry/pull/7658), +[#6879](https://github.com/python-poetry/poetry/pull/6879)). +- **Introduce the option to configure the priority of the implicit PyPI source** ([#7801](https://github.com/python-poetry/poetry/pull/7801)). +- Add handling for corrupt cache files ([#7453](https://github.com/python-poetry/poetry/pull/7453)). +- Improve caching of URL and git dependencies ([#7693](https://github.com/python-poetry/poetry/pull/7693), +[#7473](https://github.com/python-poetry/poetry/pull/7473)). +- Add option to skip installing directory dependencies ([#6845](https://github.com/python-poetry/poetry/pull/6845), +[#7923](https://github.com/python-poetry/poetry/pull/7923)). +- Add `--executable` option to `poetry env info` ([#7547](https://github.com/python-poetry/poetry/pull/7547)). +- Add `--top-level` option to `poetry show` ([#7415](https://github.com/python-poetry/poetry/pull/7415)). +- Add `--lock` option to `poetry remove` ([#7917](https://github.com/python-poetry/poetry/pull/7917)). +- Add experimental `POETRY_REQUESTS_TIMEOUT` option ([#7081](https://github.com/python-poetry/poetry/pull/7081)). +- Improve performance of wheel inspection by avoiding unnecessary file copy operations ([#7916](https://github.com/python-poetry/poetry/pull/7916)). + +### Changed + +- **Remove the old deprecated installer and the corresponding setting `experimental.new-installer`** ([#7356](https://github.com/python-poetry/poetry/pull/7356)). +- **Introduce `priority` key for sources and deprecate flags `default` and `secondary`** ([#7658](https://github.com/python-poetry/poetry/pull/7658)). +- Deprecate `poetry run