Skip to content

Commit dd3b674

Browse files
radoeringneersighted
authored andcommitted
release: bump version to 1.1.1
1 parent 1b12358 commit dd3b674

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.1] - 2022-10-03
4+
5+
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
6+
7+
38
## [1.1.0] - 2022-10-01
49

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

106111

107-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.0...main
112+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.1...main
113+
[1.1.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1
108114
[1.1.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0
109115
[1.0.7]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7
110116
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6

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