Skip to content

Commit

Permalink
release: bump version to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Dec 6, 2024
1 parent 86afaea commit 19a2f7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log


## [1.8.5] - 2024-12-06

### Changed

- Require `pkginfo>=1.12` to fix an issue with an unknown metadata version 2.4 ([#9888](https://github.com/python-poetry/poetry/pull/9888)).
- Do not fail if the unknown metadata version is only a minor version update ([#9888](https://github.com/python-poetry/poetry/pull/9888)).


## [1.8.4] - 2024-10-14

### Added
Expand Down Expand Up @@ -2204,7 +2212,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.4...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.5...master
[1.8.5]: https://github.com/python-poetry/poetry/releases/tag/1.8.5
[1.8.4]: https://github.com/python-poetry/poetry/releases/tag/1.8.4
[1.8.3]: https://github.com/python-poetry/poetry/releases/tag/1.8.3
[1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.8.4"
version = "1.8.5"
description = "Python dependency management and packaging made easy."
authors = ["Sébastien Eustace <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 19a2f7b

Please sign in to comment.