|
1 | 1 | # Change Log |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [1.7.0] - 2023-08-20 |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- Optionally use resolved references when converting a VCS dependency to a PEP 508 dependency specification ([#603](https://github.com/python-poetry/poetry-core/pull/603)). |
| 9 | +- Improve performance of marker handling ([#609](https://github.com/python-poetry/poetry-core/pull/609)). |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- Drop support for Python 3.7 ([#566](https://github.com/python-poetry/poetry-core/pull/566)). |
| 14 | +- Remove deprecated `poetry.core.constraints.generic` and `poetry.core.semver` ([#601](https://github.com/python-poetry/poetry-core/pull/601)). |
| 15 | +- Allow `|` as a value separator in markers with the operators `in` and `not in` ([#608](https://github.com/python-poetry/poetry-core/pull/608)). |
| 16 | +- Put pretty name (instead of normalized name) in metadata ([#620](https://github.com/python-poetry/poetry-core/pull/620)). |
| 17 | +- Update list of supported licenses ([#623](https://github.com/python-poetry/poetry-core/pull/623)). |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- Fix an issue where the encoding was not handled correctly when calling a subprocess ([#602](https://github.com/python-poetry/poetry-core/pull/602)). |
| 22 | +- Fix an issue where caret constraints with additional whitespace could not be parsed ([#606](https://github.com/python-poetry/poetry-core/pull/606)). |
| 23 | +- Fix an issue where PEP 508 dependency specifications with names starting with a digit could not be parsed ([#607](https://github.com/python-poetry/poetry-core/pull/607)). |
| 24 | +- Fix an issue where Poetry considered an unrelated `.gitignore` file resulting in an empty wheel ([#611](https://github.com/python-poetry/poetry-core/pull/611)). |
| 25 | + |
| 26 | +### Vendoring |
| 27 | + |
| 28 | +- [`lark==1.1.7`](https://github.com/lark-parser/lark/releases/tag/1.1.7) |
| 29 | + |
| 30 | + |
4 | 31 | ## [1.6.1] - 2023-05-29 |
5 | 32 |
|
6 | 33 | ### Fixed |
@@ -540,7 +567,8 @@ No changes. |
540 | 567 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)). |
541 | 568 |
|
542 | 569 |
|
543 | | -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.6.1...main |
| 570 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.7.0...main |
| 571 | +[1.7.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.7.0 |
544 | 572 | [1.6.1]: https://github.com/python-poetry/poetry-core/releases/tag/1.6.1 |
545 | 573 | [1.6.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.6.0 |
546 | 574 | [1.5.2]: https://github.com/python-poetry/poetry-core/releases/tag/1.5.2 |
|
0 commit comments