Skip to content

Commit dca6dbb

Browse files
committed
bump version to 1.0.4
1 parent ba340a6 commit dca6dbb

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

3+
## [1.0.4] - 2022-05-26
4+
5+
### Fixed
6+
7+
- Fixed an issue where the exported dependencies did not list their active extras. [#65](https://github.com/python-poetry/poetry-plugin-export/pull/65)
8+
9+
## [1.0.3] - 2022-05-23
10+
11+
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
12+
313
## [1.0.2] - 2022-05-10
414

515
### Fixed
@@ -48,7 +58,9 @@
4858
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
4959

5060

51-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2...main
61+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4...main
62+
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4
63+
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3
5264
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2
5365
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1
5466
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/compare/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-export"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)