|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [1.2.0rc1] - 2022-08-16 |
| 4 | + |
| 5 | +### Added |
| 6 | +- Virtual environments can now be created even with empty project name ([#5856](https://github.com/python-poetry/poetry/pull/5856)) |
| 7 | +- Added support for subdirectories in git dependencies ([#5172](https://github.com/python-poetry/poetry/pull/5172)) |
| 8 | +- Added support for nushell on `poetry shell` ([#6063](https://github.com/python-poetry/poetry/pull/6063)) |
| 9 | + |
| 10 | + |
| 11 | +### Changed |
| 12 | +- extras and extras dependencies are now sorted in lockfile ([#6169](https://github.com/python-poetry/poetry/pull/6169)) |
| 13 | +- Removed code for the `export` command, which is now provided via plugin ([#6128](https://github.com/python-poetry/poetry/pull/6128)) |
| 14 | +- Replaced Poetry's helper method canonicalize_name() by packaging.utils.canonicalize_name() ([#6022](https://github.com/python-poetry/poetry/pull/6022)) |
| 15 | + |
| 16 | +### Fixed |
| 17 | +- tomlkit versions with memory leak are now avoided ([#6160](https://github.com/python-poetry/poetry/pull/6160)) |
| 18 | +- Fixed an issue where Windows drive mappings break virtual environment names ([#6110](https://github.com/python-poetry/poetry/pull/6110)) |
| 19 | +- Fixed an issue where symlinks in lock file were not resolved ([#5850](https://github.com/python-poetry/poetry/pull/5850)) |
| 20 | +- Fixed an issue where `poetry lock` fails without output ([#6058](https://github.com/python-poetry/poetry/pull/6058)) |
| 21 | +- Fixed an issue where neither Python nor created venv can be found, when using Python from MS Store ([#5931](https://github.com/python-poetry/poetry/pull/5931)) |
| 22 | +- Improved error message of `poetry publish` in the event of an upload error. ([#6043](https://github.com/python-poetry/poetry/pull/6043)) |
| 23 | +- Fixed a tomlkit regression resulting in inconsistent line endings ([#5870](https://github.com/python-poetry/poetry/pull/5870)) |
| 24 | + |
| 25 | + |
| 26 | +### Docs |
| 27 | +- Documented the use of the "subdirectory" parameter ([#5949](https://github.com/python-poetry/poetry/pull/5949)) |
| 28 | +- Documented tox config for different use cases ([#6026](https://github.com/python-poetry/poetry/pull/6026)) |
| 29 | + |
| 30 | + |
3 | 31 | ## [1.2.0b3] - 2022-07-13
|
4 | 32 |
|
5 | 33 | **Important**: This release fixes a critical issue that prevented hashes from being retrieved when locking dependencies,
|
@@ -1447,7 +1475,8 @@ Initial release
|
1447 | 1475 |
|
1448 | 1476 |
|
1449 | 1477 |
|
1450 |
| -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0b3...master |
| 1478 | +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0rc1...master |
| 1479 | +[1.2.0rc1]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc1 |
1451 | 1480 | [1.2.0b3]: https://github.com/python-poetry/poetry/releases/tag/1.2.0b3
|
1452 | 1481 | [1.2.0b2]: https://github.com/python-poetry/poetry/releases/tag/1.2.0b2
|
1453 | 1482 | [1.2.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.2.0b1
|
|
0 commit comments