Skip to content

Commit 2b5b7dd

Browse files
committed
release: bump version to 1.3.0
1 parent 1a41f1b commit 2b5b7dd

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

33

4+
## [1.3.0] - 2023-05-29
5+
6+
### Added
7+
8+
- Ensure compatibility with poetry 1.5 ([#61](https://github.com/python-poetry/poetry-plugin-bundle/pull/61)).
9+
10+
411
## [1.2.0] - 2023-03-19
512

613
### Added
@@ -24,7 +31,8 @@
2431
Initial version.
2532

2633

27-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.2.0...main
34+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.3.0...main
35+
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
2836
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
2937
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
3038
[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.2.0"
3+
version = "1.3.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)