Skip to content

Commit

Permalink
release: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Mar 19, 2023
1 parent b53703a commit 6ef8923
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log


## [1.2.0] - 2023-03-19

### Added

- Ensure compatibility with poetry 1.4 ([#48](https://github.com/python-poetry/poetry-plugin-bundle/pull/48)).

### Changed

- 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)).


## [1.1.0] - 2022-11-04

### Added
Expand All @@ -13,6 +24,7 @@
Initial version.


[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.1.0...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.2.0...main
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
[1.0.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-bundle"
version = "1.1.0"
version = "1.2.0"
description = "Poetry plugin to bundle projects into various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit 6ef8923

Please sign in to comment.