We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe6f57 commit 4c0c48eCopy full SHA for 4c0c48e
2 files changed
CHANGELOG.md
@@ -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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-bundle"
-version = "1.0.0"
+version = "1.1.0"
description = "Poetry plugin to bundle projects into various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
0 commit comments