Commit f0e47597 by Sébastien Eustace

Merge branch 'master' into merge-master-into-develop

# Conflicts:
#	CHANGELOG.md
#	poetry/__version__.py
#	poetry/installation/pip_installer.py
#	poetry/masonry/builders/editable.py
#	pyproject.toml
#	tests/masonry/builders/test_editable.py
parents a5d6333f 60202f1b
......@@ -15,6 +15,14 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
- The exceptions are now beautifully displayed in the terminal with various level of details depending on the verbosity ([2230](https://github.com/python-poetry/poetry/pull/2230)).
## [1.0.8] - 2020-06-05
### Fixed
- Fixed a possible error when installing the root package ([#2505](https://github.com/python-poetry/poetry/pull/2505)).
- Fixed an error where directory and VCS dependencies were not installed ([#2505](https://github.com/python-poetry/poetry/pull/2505)).
## [1.0.7] - 2020-06-05
### Fixed
......@@ -868,6 +876,7 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0a1...develop
[1.1.0a1]: https://github.com/python-poetry/poetry/releases/tag/1.1.0a1
[1.0.8]: https://github.com/python-poetry/poetry/releases/tag/1.0.8
[1.0.7]: https://github.com/python-poetry/poetry/releases/tag/1.0.7
[1.0.6]: https://github.com/python-poetry/poetry/releases/tag/1.0.6
[1.0.5]: https://github.com/python-poetry/poetry/releases/tag/1.0.5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment