Skip to content

Commit

Permalink
Add poetry 1.7.1 to history
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and neersighted committed Nov 16, 2023
1 parent ddbd05d commit 2dd0a50
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ layout: single
title: History
---

## [1.7.1] - 2023-11-16

### Fixed

- Fix an issue where sdists that call CLI tools of their build requirements could not be installed ([#8630](https://github.com/python-poetry/poetry/pull/8630)).
- Fix an issue where sdists with symlinks could not be installed due to a broken tarfile datafilter ([#8649](https://github.com/python-poetry/poetry/pull/8649)).
- Fix an issue where `poetry init` failed when trying to add dependencies ([#8655](https://github.com/python-poetry/poetry/pull/8655)).
- Fix an issue where `poetry install` failed if `virtualenvs.create` was set to `false` ([#8672](https://github.com/python-poetry/poetry/pull/8672)).

## [1.7.0] - 2023-11-03

### Added
Expand Down Expand Up @@ -1925,7 +1934,8 @@ 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.7.0...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.7.1...master
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1
[1.7.0]: https://github.com/python-poetry/poetry/releases/tag/1.7.0
[1.6.1]: https://github.com/python-poetry/poetry/releases/tag/1.6.1
[1.6.0]: https://github.com/python-poetry/poetry/releases/tag/1.6.0
Expand Down

0 comments on commit 2dd0a50

Please sign in to comment.