Skip to content

Commit 6ef8923

Browse files
committed
release: bump version to 1.2.0
1 parent b53703a commit 6ef8923

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

33

4+
## [1.2.0] - 2023-03-19
5+
6+
### Added
7+
8+
- Ensure compatibility with poetry 1.4 ([#48](https://github.com/python-poetry/poetry-plugin-bundle/pull/48)).
9+
10+
### Changed
11+
12+
- Drop some compatibility code and bump minimum required poetry version to 1.4.0 ([#48](https://github.com/python-poetry/poetry-plugin-bundle/pull/48)).
13+
14+
415
## [1.1.0] - 2022-11-04
516

617
### Added
@@ -13,6 +24,7 @@
1324
Initial version.
1425

1526

16-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.1.0...main
27+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.2.0...main
28+
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
1729
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
1830
[1.0.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.0.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-bundle"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Poetry plugin to bundle projects into various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)