Skip to content

Commit c3e22d6

Browse files
radoeringabn
authored andcommitted
release: bump version to 1.8.2
1 parent 70d4f58 commit c3e22d6

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22

33

4+
## [1.8.2] - 2024-03-02
5+
6+
### Fixed
7+
8+
- Harden `lazy-wheel` error handling if the index server is behaving badly in an unexpected way ([#9051](https://github.com/python-poetry/poetry/pull/9051)).
9+
- Improve `lazy-wheel` error handling if the index server does not handle HTTP range requests correctly ([#9082](https://github.com/python-poetry/poetry/pull/9082)).
10+
- Improve `lazy-wheel` error handling if the index server pretends to support HTTP range requests but does not respect them ([#9084](https://github.com/python-poetry/poetry/pull/9084)).
11+
- Improve `lazy-wheel` to allow redirects for HEAD requests ([#9087](https://github.com/python-poetry/poetry/pull/9087)).
12+
- Improve debug logging for `lazy-wheel` errors ([#9059](https://github.com/python-poetry/poetry/pull/9059)).
13+
- Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue ([#9048](https://github.com/python-poetry/poetry/pull/9048)).
14+
- Fix an issue where `poetry add` failed in non-package mode if no project name was set ([#9046](https://github.com/python-poetry/poetry/pull/9046)).
15+
- Fix an issue where a hint to non-package mode was not compliant with the final name of the setting ([#9073](https://github.com/python-poetry/poetry/pull/9073)).
16+
17+
418
## [1.8.1] - 2024-02-26
519

620
### Fixed
@@ -2138,7 +2152,8 @@ Initial release
21382152

21392153

21402154

2141-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...master
2155+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.2...master
2156+
[1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
21422157
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1
21432158
[1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0
21442159
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "Python dependency management and packaging made easy."
55
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
66
maintainers = [

0 commit comments

Comments
 (0)