Skip to content

Commit 679e6a7

Browse files
committed
release: bump version to 1.2.0
1 parent 58f6d56 commit 679e6a7

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,5 +1,14 @@
11
# Change Log
22

3+
4+
## [1.2.0] - 2022-11-05
5+
6+
### Changed
7+
8+
- Drop some compatibility code and bump minimum required poetry version to 1.2.2 ([#143](https://github.com/python-poetry/poetry-plugin-export/pull/143)).
9+
- Ensure compatibility with upcoming Poetry releases ([#151](https://github.com/python-poetry/poetry-plugin-export/pull/151)).
10+
11+
312
## [1.1.2] - 2022-10-09
413

514
### Fixed
@@ -116,7 +125,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
116125
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
117126

118127

119-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.2...main
128+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.2.0...main
129+
[1.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.0
120130
[1.1.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2
121131
[1.1.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1
122132
[1.1.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0

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.2.0.dev0"
3+
version = "1.2.0"
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)