diff --git a/content/blog/2022-07-08-announcing-poetry-1-1-14.md b/content/blog/2022-07-08-announcing-poetry-1-1-14.md new file mode 100644 index 0000000..772bea7 --- /dev/null +++ b/content/blog/2022-07-08-announcing-poetry-1-1-14.md @@ -0,0 +1,30 @@ +--- +layout: single +title: "Announcing Poetry 1.1.14" +date: 2022-07-08 00:00:00 +categories: [releases] +tags: ["1.x", "1.1"] +--- + +The Poetry team is pleased to announce the immediate availability of Poetry **1.1.14**. + + + +This release is a bugfix release necessary due to a breaking change on PyPI JSON API. + +If you have a previous version of Poetry installed via the [official installer](/docs/#installation), +getting Poetry **1.1.14** is as easy as: + +```bash +$ poetry self update +``` + +Afterwards you have to clear the Poetry cache manually to get everything working again: + +```bash +$ poetry cache clear --all pypi +``` + +## Fixed + +- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API ([#5973](https://github.com/python-poetry/poetry/pull/5973)) diff --git a/content/history.md b/content/history.md index 939e09a..8a78e6b 100644 --- a/content/history.md +++ b/content/history.md @@ -4,6 +4,12 @@ layout: single title: History --- +## [1.1.14] - 2022-07-08 + +## Fixed + +- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API ([#5973](https://github.com/python-poetry/poetry/pull/5973)) + ## [1.2.0b1] - 2022-03-17 ### Fixed @@ -1201,6 +1207,7 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t Initial release [unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0b1...master +[1.1.14]: https://github.com/python-poetry/poetry/releases/tag/1.1.14 [1.2.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.2.0b1 [1.1.13]: https://github.com/python-poetry/poetry/releases/tag/1.1.13 [1.1.12]: https://github.com/python-poetry/poetry/releases/tag/1.1.12