Skip to content

Commit

Permalink
Merge pull request #4408 from python-poetry/release-1.1.8
Browse files Browse the repository at this point in the history
Release 1.1.8
  • Loading branch information
sdispater committed Aug 19, 2021
2 parents 09cff5c + bce13c1 commit 2439ded
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 91 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.1.8] - 2021-08-19

### Fixed

- Fixed an error with repository prioritization when specifying secondary repositories. ([#4241](https://github.com/python-poetry/poetry/pull/4241))
- Fixed the detection of the system environment when the setting `virtualenvs.create` is deactivated. ([#4330](https://github.com/python-poetry/poetry/pull/4330), [#4407](https://github.com/python-poetry/poetry/pull/4407))
- Fixed the evaluation of relative path dependencies. ([#4246](https://github.com/python-poetry/poetry/pull/4246))
- Fixed environment detection for Python 3.10 environments. ([#4387](https://github.com/python-poetry/poetry/pull/4387))
- Fixed an error in the evaluation of `in/not in` markers ([python-poetry/poetry-core#189](https://github.com/python-poetry/poetry-core/pull/189))


## [1.1.7] - 2021-06-25

**Note**: Lock files might need to be regenerated for the first fix below to take effect.
Expand Down Expand Up @@ -1123,12 +1134,13 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.7...master
[1.1.7]: https://github.com/python-poetry/poetry/compare/1.1.7
[1.1.6]: https://github.com/python-poetry/poetry/compare/1.1.6
[1.1.5]: https://github.com/python-poetry/poetry/compare/1.1.5
[1.1.4]: https://github.com/python-poetry/poetry/compare/1.1.4
[1.1.3]: https://github.com/python-poetry/poetry/compare/1.1.3
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.8...1.1
[1.1.8]: https://github.com/python-poetry/poetry/releases/tag/1.1.8
[1.1.7]: https://github.com/python-poetry/poetry/releases/tag/1.1.7
[1.1.6]: https://github.com/python-poetry/poetry/releases/tag/1.1.6
[1.1.5]: https://github.com/python-poetry/poetry/releases/tag/1.1.5
[1.1.4]: https://github.com/python-poetry/poetry/releases/tag/1.1.4
[1.1.3]: https://github.com/python-poetry/poetry/releases/tag/1.1.3
[1.1.2]: https://github.com/python-poetry/poetry/releases/tag/1.1.2
[1.1.1]: https://github.com/python-poetry/poetry/releases/tag/1.1.1
[1.1.0]: https://github.com/python-poetry/poetry/releases/tag/1.1.0
Expand Down

0 comments on commit 2439ded

Please sign in to comment.