Skip to content

Commit efcfd34

Browse files
radoeringneersighted
authored andcommitted
release: bump version to 1.1.0
1 parent 1b465f7 commit efcfd34

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 2022-10-01
4+
5+
### Added
6+
7+
- Add support for exporting `constraints.txt` files ([#128](https://github.com/python-poetry/poetry-plugin-export/pull/128)).
8+
9+
### Fixed
10+
11+
- Fix an issue where a relative path passed via `-o` was not ìnterpreted relative to the current working directory ([#130](https://github.com/python-poetry/poetry-plugin-export/pull/130)).
12+
- Fix an issue where the names of extras were not normalized according to PEP 685 ([#123](https://github.com/python-poetry/poetry-plugin-export/pull/123)).
13+
14+
315
## [1.0.7] - 2022-09-13
416

517
### Added
@@ -16,28 +28,33 @@
1628
- Fix 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)).
1729
- Fix an issue where only one of `--index-url` and `--extra-index-url` were exported ([#117](https://github.com/python-poetry/poetry-plugin-export/pull/117)).
1830

31+
1932
## [1.0.6] - 2022-08-07
2033

2134
### Fixed
2235

2336
- Fixed an issue the markers of exported dependencies overlapped. [#94](https://github.com/python-poetry/poetry-plugin-export/pull/94)
2437

38+
2539
## [1.0.5] - 2022-07-12
2640

2741
### Added
2842

2943
- Added LICENSE file. [#81](https://github.com/python-poetry/poetry-plugin-export/pull/81)
3044

45+
3146
## [1.0.4] - 2022-05-26
3247

3348
### Fixed
3449

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

52+
3753
## [1.0.3] - 2022-05-23
3854

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

57+
4158
## [1.0.2] - 2022-05-10
4259

4360
### Fixed
@@ -55,6 +72,7 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
5572

5673
- Fixed a regression where export incorrectly always exported default group only. [#50](https://github.com/python-poetry/poetry-plugin-export/pull/50)
5774

75+
5876
## [1.0.0] - 2022-04-05
5977

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

88106

89-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.7...main
107+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.1.0...main
108+
[1.1.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0
90109
[1.0.7]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7
91110
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
92111
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5

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.7"
3+
version = "1.1.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)