Skip to content

Commit 5bea4d9

Browse files
authored
Merge pull request #4519 from python-poetry/release-1.1.9
Release 1.1.9
2 parents a9e59ed + 69bd682 commit 5bea4d9

File tree

4 files changed

+61
-59
lines changed

4 files changed

+61
-59
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [1.1.9] - 2021-09-18
4+
5+
### Fixed
6+
7+
- Fixed a security issue where file hashes were not checked prior to installation. ([#4420](https://github.com/python-poetry/poetry/pull/4420), [#4444](https://github.com/python-poetry/poetry/pull/4444), [python-poetry/poetry-core#193](https://github.com/python-poetry/poetry-core/pull/193))
8+
- Fixed the detection of the system environment when the setting `virtualenvs.create` is deactivated. ([#4507](https://github.com/python-poetry/poetry/pull/4507))
9+
- Fixed an issue where unsafe parameters could be passed to `git` commands. ([python-poetry/poetry-core#203](https://github.com/python-poetry/poetry-core/pull/203))
10+
- Fixed an issue where the wrong `git` executable could be used on Windows. ([python-poetry/poetry-core#205](https://github.com/python-poetry/poetry-core/pull/205))
11+
12+
313
## [1.1.8] - 2021-08-19
414

515
### Fixed
@@ -1134,7 +1144,8 @@ Initial release
11341144

11351145

11361146

1137-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.8...1.1
1147+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.9...1.1
1148+
[1.1.9]: https://github.com/python-poetry/poetry/releases/tag/1.1.9
11381149
[1.1.8]: https://github.com/python-poetry/poetry/releases/tag/1.1.8
11391150
[1.1.7]: https://github.com/python-poetry/poetry/releases/tag/1.1.7
11401151
[1.1.6]: https://github.com/python-poetry/poetry/releases/tag/1.1.6

0 commit comments

Comments
 (0)