|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 9 | ## [1.0.5] - 2022-07-12 |
4 | 10 |
|
5 | 11 | ### Added |
@@ -64,12 +70,13 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu |
64 | 70 | - Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6) |
65 | 71 |
|
66 | 72 |
|
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 |
0 commit comments