Skip to content

Commit ac66c08

Browse files
committed
release: bump version to 1.10.0
1 parent 249b580 commit ac66c08

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [1.10.0] - 2026-01-18
4+
5+
### Added
6+
7+
- Add support for exporting `pylock.toml` files ([#357](https://github.com/python-poetry/poetry-plugin-export/pull/357)).
8+
9+
### Changed
10+
11+
- Drop support for Python 3.9 ([#349](https://github.com/python-poetry/poetry-plugin-export/pull/349)).
12+
13+
### Fixed
14+
15+
- Fix an issue where a `"dependency walk failed"` error message gave an outdated advice ([#353](https://github.com/python-poetry/poetry-plugin-export/pull/353)).
16+
17+
318
## [1.9.0] - 2025-01-12
419

520
### Added
@@ -230,7 +245,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
230245
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
231246

232247

233-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.9.0...main
248+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.10.0...main
249+
[1.10.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.10.0
234250
[1.9.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.9.0
235251
[1.8.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.8.0
236252
[1.7.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poetry-plugin-export"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = [{ name = "Sébastien Eustace", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)