|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [1.2.1] - 2022-09-16 |
| 4 | + |
| 5 | +### Changed |
| 6 | +- Bump `poetry-core` to [`1.2.0`](https://github.com/python-poetry/poetry-core/releases/tag/1.2.0). |
| 7 | +- Bump `poetry-plugin-export` to [`^1.0.7`](https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7). |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +- Fix an issue where `poetry cache clear` did not respect the `-n/--no-interaction` flag ([#6338](https://github.com/python-poetry/poetry/pull/6338)). |
| 12 | +- Fix an issue where `poetry lock --no-update` updated dependencies from non-PyPI package sources ([#6335](https://github.com/python-poetry/poetry/pull/6335)). |
| 13 | +- Fix a `poetry install` performance regression by falling back to internal pip ([#6062](https://github.com/python-poetry/poetry/pull/6062)). |
| 14 | +- Fix an issue where a virtual environment was created unnecessarily when running `poetry export` ([#6282](https://github.com/python-poetry/poetry/pull/6282)). |
| 15 | +- Fix an issue where `poetry lock --no-update` added duplicate hashes to the lock file ([#6389](https://github.com/python-poetry/poetry/pull/6389)). |
| 16 | +- Fix an issue where `poetry install` fails because of missing hashes for `url` dependencies ([#6389](https://github.com/python-poetry/poetry/pull/6389)). |
| 17 | +- Fix an issue where Poetry was not able to update pip in Windows virtual environments ([#6430](https://github.com/python-poetry/poetry/pull/6430)). |
| 18 | +- Fix an issue where Poetry was not able to install releases that contained less common link types ([#5767](https://github.com/python-poetry/poetry/pull/5767)). |
| 19 | +- Fix a `poetry lock` performance regression when checking non-PyPI sources for yanked versions ([#6442](https://github.com/python-poetry/poetry/pull/6442)). |
| 20 | +- Fix an issue where `--no-cache` was not respected when running `poetry install` ([#6479](https://github.com/python-poetry/poetry/pull/6479)). |
| 21 | +- Fix an issue where deprecation warnings for `--dev` were missing ([#6475](https://github.com/python-poetry/poetry/pull/6475)). |
| 22 | +- Fix an issue where Git dependencies failed to clone when `insteadOf` was used in `.gitconfig` using the Dulwich Git client ([#6506](https://github.com/python-poetry/poetry/pull/6506)). |
| 23 | +- Fix an issue where no cache entry is found when calling `poetry cache clear` with a non-normalized package name ([#6537](https://github.com/python-poetry/poetry/pull/6537)). |
| 24 | +- Fix an invalid virtualenv constraint on Poetry ([#6402](https://github.com/python-poetry/poetry/pull/6402)). |
| 25 | +- Fix outdated build system requirements for Poetry ([#6509](https://github.com/python-poetry/poetry/pull/6509)). |
| 26 | + |
| 27 | +### Docs |
| 28 | + |
| 29 | +- Add missing path segment to paths used by install.python-poetry.org ([#6311](https://github.com/python-poetry/poetry/pull/6311)). |
| 30 | +- Add recommendations about how to install Poetry in a CI environment ([#6345](https://github.com/python-poetry/poetry/pull/6345)). |
| 31 | +- Fix examples for `--with` and `--without` ([#6318](https://github.com/python-poetry/poetry/pull/6318)). |
| 32 | +- Update configuration folder path for macOS ([#6395](https://github.com/python-poetry/poetry/pull/6395)). |
| 33 | +- Improve the description of the `virtualenv.create` option ([#6460](https://github.com/python-poetry/poetry/pull/6460)). |
| 34 | +- Clarify that `poetry install` removes dependencies of non-installed extras ([#6229](https://github.com/python-poetry/poetry/pull/6229)). |
| 35 | +- Add a note about `pre-commit autoupdate` and Poetry's hooks ([#6497](https://github.com/python-poetry/poetry/pull/6497)). |
| 36 | + |
| 37 | + |
3 | 38 | ## [1.2.0] - 2022-08-31
|
4 | 39 |
|
5 | 40 | ### Docs
|
@@ -1509,7 +1544,8 @@ Initial release
|
1509 | 1544 |
|
1510 | 1545 |
|
1511 | 1546 |
|
1512 |
| -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0...master |
| 1547 | +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.1...master |
| 1548 | +[1.2.1]: https://github.com/python-poetry/poetry/releases/tag/1.2.1 |
1513 | 1549 | [1.2.0]: https://github.com/python-poetry/poetry/releases/tag/1.2.0
|
1514 | 1550 | [1.2.0rc2]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc2
|
1515 | 1551 | [1.2.0rc1]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc1
|
|
0 commit comments