Skip to content

Commit 8c83d26

Browse files
committed
release: bump version to 1.8.0
1 parent e6b64a8 commit 8c83d26

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

3-
## [1.7.1] - 2023-03-19
3+
## [1.8.0] - 2024-05-11
4+
5+
### Changed
6+
7+
- Relax the constraint on `poetry` and `poetry-core` to allow (future) `2.*` versions ([#280](https://github.com/python-poetry/poetry-plugin-export/pull/280)).
8+
9+
### Fixed
10+
11+
- Fix an issue where editable installs where not exported correctly ([#258](https://github.com/python-poetry/poetry-plugin-export/pull/258)).
12+
13+
14+
## [1.7.1] - 2024-03-19
415

516
### Changed
617

@@ -11,7 +22,7 @@
1122
- Fix an issue where the source with the highest priority was exported with `--index-url` despite PyPI being among the sources ([#270](https://github.com/python-poetry/poetry-plugin-export/pull/270)).
1223

1324

14-
## [1.7.0] - 2023-03-14
25+
## [1.7.0] - 2024-03-14
1526

1627
### Changed
1728

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

202213

203-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.7.1...main
214+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.8.0...main
215+
[1.8.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.8.0
204216
[1.7.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.1
205217
[1.7.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.0
206218
[1.6.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.6.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.7.1"
3+
version = "1.8.0"
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)