Skip to content

Commit 805ed3b

Browse files
committed
release: bump version to 1.1.2
1 parent 9862577 commit 805ed3b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.2] - 2022-10-09
4+
5+
### Fixed
6+
7+
- Fix an issue where exporting a `constraints.txt` file fails if an editable dependency is locked ([#140](https://github.com/python-poetry/poetry-plugin-export/pull/140)).
8+
9+
310
## [1.1.1] - 2022-10-03
411

512
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
@@ -109,7 +116,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
109116
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
110117

111118

112-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.1...main
119+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.2...main
120+
[1.1.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2
113121
[1.1.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1
114122
[1.1.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0
115123
[1.0.7]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7

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.1.1"
3+
version = "1.1.2"
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)