Skip to content

Commit 092ed34

Browse files
committed
release: bump version to 1.3.0
1 parent e809b7b commit 092ed34

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

33

4+
## [1.3.0] - 2023-01-30
5+
6+
### Changed
7+
8+
- Drop some compatibility code and bump minimum required poetry version to 1.3.0 ([#167](https://github.com/python-poetry/poetry-plugin-export/pull/167)).
9+
10+
### Fixed
11+
12+
- 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)).
13+
14+
415
## [1.2.0] - 2022-11-05
516

617
### Changed
@@ -29,7 +40,7 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
2940

3041
### Fixed
3142

32-
- 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)).
43+
- Fix an issue where a relative path passed via `-o` was not interpreted relative to the current working directory ([#130](https://github.com/python-poetry/poetry-plugin-export/pull/130)).
3344
- 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)).
3445

3546

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

127138

128-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.2.0...main
139+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.3.0...main
140+
[1.3.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.0
129141
[1.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.0
130142
[1.1.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2
131143
[1.1.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "1.2.0"
3+
version = "1.3.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)