Skip to content

Commit 0f011fa

Browse files
authored
history: add Poetry 2.1.1 (#182)
1 parent e93d7cd commit 0f011fa

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

content/history.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ layout: single
44
title: History
55
---
66

7+
## [2.1.1] - 2025-02-16
8+
9+
### Fixed
10+
11+
- Fix an issue where `poetry env use python` does not choose the Python from the PATH ([#10187](https://github.com/python-poetry/poetry/pull/10187)).
12+
13+
### poetry-core ([`2.1.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.1))
14+
15+
- Fix an issue where simplifying a `python_version` marker resulted in an invalid marker ([#838](https://github.com/python-poetry/poetry-core/pull/838)).
16+
717
## [2.1.0] - 2025-02-15
818

919
### Added
@@ -2335,7 +2345,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
23352345

23362346
Initial release
23372347

2338-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.0...main
2348+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.1...main
2349+
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
23392350
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
23402351
[2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.1
23412352
[2.0.0]: https://github.com/python-poetry/poetry/releases/tag/2.0.0

0 commit comments

Comments
 (0)