|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [1.2.2] - 2022-10-10 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Add forward compatibility for lock file format 2.0, which will be used by Poetry 1.3 ([#6608](https://github.com/python-poetry/poetry/pull/6608)). |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +- Allow `poetry lock` to re-generate the lock file when invalid or incompatible ([#6753](https://github.com/python-poetry/poetry/pull/6753)). |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +- Fix an issue where the deprecated JSON API was used to query PyPI for available versions of a package ([#6081](https://github.com/python-poetry/poetry/pull/6081)). |
| 16 | +- Fix an issue where versions were escaped wrongly when building the wheel name ([#6476](https://github.com/python-poetry/poetry/pull/6476)). |
| 17 | +- Fix an issue where the installation of dependencies failed if pip is a dependency and is updated in parallel to other dependencies ([#6582](https://github.com/python-poetry/poetry/pull/6582)). |
| 18 | +- Fix an issue where the names of extras were not normalized according to PEP 685 ([#6541](https://github.com/python-poetry/poetry/pull/6541)). |
| 19 | +- Fix an issue where sdist names were not normalized ([#6621](https://github.com/python-poetry/poetry/pull/6621)). |
| 20 | +- Fix an issue where invalid constraints, which are ignored, were only reported in a debug message instead of a warning ([#6730](https://github.com/python-poetry/poetry/pull/6730)). |
| 21 | +- Fix an issue where `poetry shell` was broken in git bash on Windows ([#6560](https://github.com/python-poetry/poetry/pull/6560)). |
| 22 | + |
| 23 | +### Docs |
| 24 | + |
| 25 | +- Rework the README and contribution docs ([#6552](https://github.com/python-poetry/poetry/pull/6552)). |
| 26 | +- Fix for inconsistent docs for multiple-constraint dependencies ([#6604](https://github.com/python-poetry/poetry/pull/6604)). |
| 27 | +- Rephrase plugin configuration ([#6557](https://github.com/python-poetry/poetry/pull/6557)). |
| 28 | +- Add a note about publishable repositories to `publish` ([#6641](https://github.com/python-poetry/poetry/pull/6641)). |
| 29 | +- Fix the path for lazy-loaded bash completion ([#6656](https://github.com/python-poetry/poetry/pull/6656)). |
| 30 | +- Fix a reference to the invalid option `--require` ([#6672](https://github.com/python-poetry/poetry/pull/6672)). |
| 31 | +- Add a PowerShell one-liner to the basic usage section ([#6683](https://github.com/python-poetry/poetry/pull/6683)). |
| 32 | +- Fix the minimum poetry version in the example for plugins ([#6739](https://github.com/python-poetry/poetry/pull/6739)). |
| 33 | + |
| 34 | +### poetry-core ([`1.3.2`](https://github.com/python-poetry/poetry-core/releases/tag/1.3.2)) |
| 35 | + |
| 36 | +- Add `3.11` to the list of available Python versions ([#477](https://github.com/python-poetry/poetry-core/pull/477)). |
| 37 | +- Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range ([#475](https://github.com/python-poetry/poetry-core/pull/475)). |
| 38 | + |
| 39 | +### poetry-plugin-export ([`^1.1.2`](https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2)) |
| 40 | + |
| 41 | +- Add support for exporting `constraints.txt` files ([#128](https://github.com/python-poetry/poetry-plugin-export/pull/128)). |
| 42 | +- Fix an issue where a relative path passed via `-o` was not interpreted relative to the current working directory ([#130](https://github.com/python-poetry/poetry-plugin-export/pull/130)). |
| 43 | + |
| 44 | + |
3 | 45 | ## [1.2.1] - 2022-09-16
|
4 | 46 |
|
5 | 47 | ### Changed
|
| 48 | + |
6 | 49 | - Bump `poetry-core` to [`1.2.0`](https://github.com/python-poetry/poetry-core/releases/tag/1.2.0).
|
7 | 50 | - Bump `poetry-plugin-export` to [`^1.0.7`](https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7).
|
8 | 51 |
|
@@ -1544,7 +1587,8 @@ Initial release
|
1544 | 1587 |
|
1545 | 1588 |
|
1546 | 1589 |
|
1547 |
| -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.1...master |
| 1590 | +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.2...master |
| 1591 | +[1.2.2]: https://github.com/python-poetry/poetry/releases/tag/1.2.2 |
1548 | 1592 | [1.2.1]: https://github.com/python-poetry/poetry/releases/tag/1.2.1
|
1549 | 1593 | [1.2.0]: https://github.com/python-poetry/poetry/releases/tag/1.2.0
|
1550 | 1594 | [1.2.0rc2]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc2
|
|
0 commit comments