Skip to content

Commit

Permalink
bump version to 1.0.6 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Aug 8, 2022
1 parent 562e948 commit 2e30f05
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.6] - 2022-08-07

### Fixed

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

## [1.0.5] - 2022-07-12

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


[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5...main
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.0
[0.2.1]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.1
[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.0
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.6...main
[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.4
[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.3
[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.2
[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.1
[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.0
[0.2.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.2.1
[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-export"
version = "1.0.5"
version = "1.0.6"
description = "Poetry plugin to export the dependencies to various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit 2e30f05

Please sign in to comment.