Skip to content

Commit 6a071c1

Browse files
committed
release: bump version to 1.8.4
1 parent 8d2a341 commit 6a071c1

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log
22

33

4+
## [1.8.4] - 2024-10-14
5+
6+
### Added
7+
8+
- **Add official support for Python 3.13** ([#9523](https://github.com/python-poetry/poetry/pull/9523)).
9+
10+
### Changed
11+
12+
- Require `virtualenv>=20.26.6` to mitigate potential command injection when running `poetry shell` in untrusted projects ([#9757](https://github.com/python-poetry/poetry/pull/9757)).
13+
14+
### poetry-core ([`1.9.1`](https://github.com/python-poetry/poetry-core/releases/tag/1.9.1))
15+
16+
- Add `3.13` to the list of available Python versions ([#747](https://github.com/python-poetry/poetry-core/pull/747)).
17+
18+
419
## [1.8.3] - 2024-05-08
520

621
### Added
@@ -2189,7 +2204,8 @@ Initial release
21892204

21902205

21912206

2192-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.3...master
2207+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.4...master
2208+
[1.8.4]: https://github.com/python-poetry/poetry/releases/tag/1.8.4
21932209
[1.8.3]: https://github.com/python-poetry/poetry/releases/tag/1.8.3
21942210
[1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
21952211
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.8.3"
3+
version = "1.8.4"
44
description = "Python dependency management and packaging made easy."
55
authors = ["Sébastien Eustace <[email protected]>"]
66
maintainers = [
@@ -31,7 +31,7 @@ Changelog = "https://python-poetry.org/history/"
3131
[tool.poetry.dependencies]
3232
python = "^3.8"
3333

34-
poetry-core = "1.9.0"
34+
poetry-core = "1.9.1"
3535
poetry-plugin-export = "^1.6.0"
3636
build = "^1.0.3"
3737
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }

0 commit comments

Comments
 (0)