Skip to content

Commit 5f3c754

Browse files
authored
chore: merge changelog from 1.8.5 (#9891)
1 parent efed736 commit 5f3c754

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.8.5] - 2024-12-06
4+
5+
### Changed
6+
7+
- Require `pkginfo>=1.12` to fix an issue with an unknown metadata version 2.4 ([#9888](https://github.com/python-poetry/poetry/pull/9888)).
8+
- Do not fail if the unknown metadata version is only a minor version update ([#9888](https://github.com/python-poetry/poetry/pull/9888)).
9+
310
## [1.8.4] - 2024-10-14
411

512
### Added
@@ -2203,7 +2210,9 @@ Initial release
22032210

22042211

22052212

2206-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.3...main
2213+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.5...main
2214+
[1.8.5]: https://github.com/python-poetry/poetry/releases/tag/1.8.5
2215+
[1.8.4]: https://github.com/python-poetry/poetry/releases/tag/1.8.4
22072216
[1.8.3]: https://github.com/python-poetry/poetry/releases/tag/1.8.3
22082217
[1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
22092218
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1

0 commit comments

Comments
 (0)