Skip to content

Commit

Permalink
bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Sep 14, 2022
1 parent afa3b6b commit a4b5122
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.0.7] - 2022-09-13

### Added

- Added support for multiple extras in a single flag. [#103](https://github.com/python-poetry/poetry-plugin-export/pull/103)
- Added `poetry-export` pre-commit hook. [#85](https://github.com/python-poetry/poetry-plugin-export/pull/85)

### Fixed

- Fixed an issue where a virtual environment was created unnecessarily when running `poetry export` (requires poetry 1.2.1). [#106](https://github.com/python-poetry/poetry-plugin-export/pull/106)
- Fixed an issue where package sources were not taken into account. [#111](https://github.com/python-poetry/poetry-plugin-export/pull/111)
- Fixed an issue where trying to export with extras that do not exist results in an empty output. [#103](https://github.com/python-poetry/poetry-plugin-export/pull/103)
- Fixed an issue where exporting a dependency on a package with a non-existent extra fails. [#109](https://github.com/python-poetry/poetry-plugin-export/pull/109)
- Fixed an issue where only one of both `--index-url` and `--extra-index-url` where exported. [#117](https://github.com/python-poetry/poetry-plugin-export/pull/117)

## [1.0.6] - 2022-08-07

### Fixed
Expand Down Expand Up @@ -70,7 +85,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
- 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.6...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.7...main
[1.0.7]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.4
Expand Down
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.6"
version = "1.0.7"
description = "Poetry plugin to export the dependencies to various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit a4b5122

Please sign in to comment.