Skip to content

Commit 4c0c48e

Browse files
committed
release: bump version to 1.1.0
1 parent efe6f57 commit 4c0c48e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
4+
## [1.1.0] - 2022-11-04
5+
6+
### Added
7+
8+
- Add support for dependency groups ([#26](https://github.com/python-poetry/poetry-plugin-bundle/pull/26)).
9+
10+
11+
## [1.0.0] - 2022-08-24
12+
13+
Initial version.
14+
15+
16+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.1.0...main
17+
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
18+
[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.0.0"
3+
version = "1.1.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)