Skip to content

Commit 2e30f05

Browse files
authored
bump version to 1.0.6 (#97)
1 parent 562e948 commit 2e30f05

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.6] - 2022-08-07
4+
5+
### Fixed
6+
7+
- Fixed an issue the markers of exported dependencies overlapped. [#94](https://github.com/python-poetry/poetry-plugin-export/pull/94)
8+
39
## [1.0.5] - 2022-07-12
410

511
### Added
@@ -64,12 +70,13 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
6470
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
6571

6672

67-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5...main
68-
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5
69-
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4
70-
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3
71-
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2
72-
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1
73-
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.0
74-
[0.2.1]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.1
75-
[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.0
73+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.6...main
74+
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
75+
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5
76+
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.4
77+
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.3
78+
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.2
79+
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.1
80+
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.0
81+
[0.2.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.2.1
82+
[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.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.0.5"
3+
version = "1.0.6"
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)