@@ -1,6 +1,18 @@ |
|
|
1 |
1 |
# Change Log |
2 |
2 |
|
3 |
3 |
|
|
4 |
+## [1.8.1] - 2024-02-26 |
|
5 |
+ |
|
6 |
+### Fixed |
|
7 |
+ |
|
8 |
+- Update the minimum required version of `packaging` ([#9031](https://github.com/python-poetry/poetry/pull/9031)). |
|
9 |
+- 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)). |
|
10 |
+ |
|
11 |
+### Docs |
|
12 |
+ |
|
13 |
+- Rename `master` branch to `main` ([#9022](https://github.com/python-poetry/poetry/pull/9022)). |
|
14 |
+ |
|
15 |
+ |
4 |
16 |
## [1.8.0] - 2024-02-25 |
5 |
17 |
|
6 |
18 |
### Added |
@@ -2126,7 +2138,8 @@ Initial release |
|
|
2126 |
2138 |
|
2127 |
2139 |
|
2128 |
2140 |
|
2129 |
|
-[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.0...master |
|
2141 |
+[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...master |
|
2142 |
+[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1 |
2130 |
2143 |
[1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0 |
2131 |
2144 |
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1 |
2132 |
2145 |
[1.7.0]: https://github.com/python-poetry/poetry/releases/tag/1.7.0 |