Skip to content

Commit

Permalink
announcing poetry 1.1.15 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer authored Aug 23, 2022
1 parent aa6acf3 commit 087ef88
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/blog/2022-08-22-announcing-poetry-1-1-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: single
title: "Announcing Poetry 1.1.15"
date: 2022-08-22 00:00:00
categories: [releases]
tags: ["1.x", "1.1"]
---

The Poetry team is pleased to announce the immediate availability of Poetry **1.1.15**.

<!--more-->

This release contains changes to improve the user experience, when working in an environment where Poetry 1.1 and the
upcoming 1.2 release are used.

If you have a previous version of Poetry installed via the [official installer](/docs/#installation),
getting Poetry **1.1.15** is as easy as:

```bash
$ poetry self update
```

### Changed

- Poetry now fallback to gather metadata for dependencies via pep517 if parsing pyproject.toml fail ([#6206](https://github.com/python-poetry/poetry/pull/6206))
- Extras and extras dependencies are now sorted in lock file ([#6207](https://github.com/python-poetry/poetry/pull/6207))
8 changes: 8 additions & 0 deletions content/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ layout: single
title: History
---

## [1.1.15] - 2022-08-22

### Changed

- Poetry now fallback to gather metadata for dependencies via pep517 if parsing pyproject.toml fail ([#6206](https://github.com/python-poetry/poetry/pull/6206))
- Extras and extras dependencies are now sorted in lock file ([#6207](https://github.com/python-poetry/poetry/pull/6207))

## [1.1.14] - 2022-07-08

## Fixed
Expand Down Expand Up @@ -1207,6 +1214,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.15]: https://github.com/python-poetry/poetry/releases/tag/1.1.15
[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
Expand Down

0 comments on commit 087ef88

Please sign in to comment.