Skip to content

Commit 38dc465

Browse files
committed
release: bump version to 1.4.0
1 parent 06c42b2 commit 38dc465

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

33

4+
## [1.4.0] - 2023-05-29
5+
6+
### Changed
7+
8+
- Bump minimum required poetry version to 1.5.0 ([#196](https://github.com/python-poetry/poetry-plugin-export/pull/196)).
9+
10+
### Fixed
11+
12+
- Fix an issue where `--extra-index-url` and `--trusted-host` was not generated for sources with priority `explicit` ([#205](https://github.com/python-poetry/poetry-plugin-export/pull/205)).
13+
14+
415
## [1.3.1] - 2023-04-17
516

617
This release mainly fixes test suite compatibility with upcoming Poetry releases.
@@ -18,7 +29,7 @@ This release mainly fixes test suite compatibility with upcoming Poetry releases
1829

1930
### Fixed
2031

21-
- Fix an issue were the export failed if there was a circular dependency on the root package ([#118](https://github.com/python-poetry/poetry-plugin-export/pull/118)).
32+
- Fix an issue where the export failed if there was a circular dependency on the root package ([#118](https://github.com/python-poetry/poetry-plugin-export/pull/118)).
2233

2334

2435
## [1.2.0] - 2022-11-05
@@ -145,7 +156,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
145156
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
146157

147158

148-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.3.1...main
159+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.4.0...main
160+
[1.4.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.4.0
149161
[1.3.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.1
150162
[1.3.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.0
151163
[1.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.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.3.1"
3+
version = "1.4.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)