Skip to content

Commit a7c3aa0

Browse files
committed
release: bump version to 1.3.1
1 parent 611de94 commit a7c3aa0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

33

4+
## [1.3.1] - 2023-04-17
5+
6+
This release mainly fixes test suite compatibility with upcoming Poetry releases.
7+
8+
### Changed
9+
10+
- Improve error message in some cases when the dependency walk fails ([#184](https://github.com/python-poetry/poetry-plugin-export/pull/184)).
11+
12+
413
## [1.3.0] - 2023-01-30
514

615
### Changed
@@ -136,7 +145,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
136145
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
137146

138147

139-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.3.0...main
148+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.3.1...main
149+
[1.3.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.1
140150
[1.3.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.0
141151
[1.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.0
142152
[1.1.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2

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-plugin-export"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)