Skip to content

Commit 3ec4c9c

Browse files
committed
bump version to 1.0.7
1 parent afa3b6b commit 3ec4c9c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [1.0.7] - 2022-09-13
4+
5+
### Added
6+
7+
- Added support for multiple extras in a single flag. [#103](https://github.com/python-poetry/poetry-plugin-export/pull/103)
8+
- Added `homepage` and `repository` in metadata. [#113](https://github.com/python-poetry/poetry-plugin-export/pull/113)
9+
- Added `poetry-export` pre-commit hook. [#85](https://github.com/python-poetry/poetry-plugin-export/pull/85)
10+
11+
### Fixed
12+
13+
- 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)
14+
- Fixed an issue where package sources where not taken into account. [#111](https://github.com/python-poetry/poetry-plugin-export/pull/111)
15+
- 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)
16+
- 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)
17+
- 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)
18+
319
## [1.0.6] - 2022-08-07
420

521
### Fixed
@@ -70,7 +86,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
7086
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
7187

7288

73-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.6...main
89+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.7...main
90+
[1.0.7]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7
7491
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
7592
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5
7693
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.4

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.6"
3+
version = "1.0.7"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)