Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.0.4] - 2022-05-26

### Fixed

- Fixed an issue where the exported dependencies did not list their active extras. [#65](https://github.com/python-poetry/poetry-plugin-export/pull/65)

## [1.0.3] - 2022-05-23

This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.

## [1.0.2] - 2022-05-10

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


[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4...main
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.0
Expand Down
87 changes: 53 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-export"
version = "1.0.3"
version = "1.0.4"
description = "Poetry plugin to export the dependencies to various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down