Skip to content

Commit a353240

Browse files
committed
Add poetry 1.8.1 to history
1 parent 9881b18 commit a353240

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

content/history.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ layout: single
44
title: History
55
---
66

7+
## [1.8.1] - 2024-02-26
8+
9+
### Fixed
10+
11+
- Update the minimum required version of `packaging` ([#9031](https://github.com/python-poetry/poetry/pull/9031)).
12+
- 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)).
13+
14+
### Docs
15+
16+
- Rename `master` branch to `main` ([#9022](https://github.com/python-poetry/poetry/pull/9022)).
17+
718
## [1.8.0] - 2024-02-25
819

920
### Added
@@ -2024,7 +2035,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
20242035

20252036
Initial release
20262037

2027-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.0...main
2038+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...main
2039+
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1
20282040
[1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0
20292041
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1
20302042
[1.7.0]: https://github.com/python-poetry/poetry/releases/tag/1.7.0

0 commit comments

Comments
 (0)