From 78f7dd6b762b78e657ee9c74cf0ae50ccb0904ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:35:32 +0100 Subject: [PATCH] release: bump version to 1.8.1 --- CHANGELOG.md | 15 ++++++++++++++- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50709a3b02..93efd151a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log +## [1.8.1] - 2024-02-26 + +### Fixed + +- Update the minimum required version of `packaging` ([#9031](https://github.com/python-poetry/poetry/pull/9031)). +- Handle unexpected responses from servers that do not support HTTP range requests with negative offsets more robust ([#9030](https://github.com/python-poetry/poetry/pull/9030)). + +### Docs + +- Rename `master` branch to `main` ([#9022](https://github.com/python-poetry/poetry/pull/9022)). + + ## [1.8.0] - 2024-02-25 ### Added @@ -2126,7 +2138,8 @@ Initial release -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.0...master +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...master +[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1 [1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0 [1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1 [1.7.0]: https://github.com/python-poetry/poetry/releases/tag/1.7.0 diff --git a/pyproject.toml b/pyproject.toml index 94ef82df503..c40ef6cb5c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry" -version = "1.8.0" +version = "1.8.1" description = "Python dependency management and packaging made easy." authors = ["Sébastien Eustace "] maintainers = [