Skip to content

Commit 69bd682

Browse files
committed
Bump version to 1.1.9
1 parent 9d8aed4 commit 69bd682

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
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

poetry/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.8"
1+
__version__ = "1.1.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.1.8"
3+
version = "1.1.9"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>"

0 commit comments

Comments
 (0)