Skip to content

Releases: DavidVujic/poetry-multiproject-plugin

fix(check): changes in the Poetry v2 Command API

06 Jan 13:13
aabbc61
Compare
Choose a tag to compare

Fixing an issue with the check-project command, when using Poetry v2.

Details in #75

fix(build command): changed Poetry Command API causing failed builds

06 Jan 12:40
07b7a9d
Compare
Choose a tag to compare

Adding support for the changes made in Poetry v2, causing failed build-project.

Details in #74

fix(Poetry 2): add support for PEP 621 pyproject configuration

06 Jan 12:29
f7fd5c6
Compare
Choose a tag to compare

Adding support for PEP 621-style project configs.

Details in #73

feat: add support for Poetry 2

05 Jan 23:36
3fe9d26
Compare
Choose a tag to compare

Adding support for installing this plugin when using the newly released Poetry v2.

Details in #69 and #70

feat(build-project): adding an option to set a custom temp path to use during project-build

17 Nov 20:15
40bf40c
Compare
Choose a tag to compare

Adding an option --custom-temp-path to be able to set the temporary path that is used building a project.

A custom temporary path to use for reading, writing and deleting project content during the project build. This option is useful for environments with restrictions on where scripts are allowed to store content.

NOTE: The default temp path will be created as a sibling to the project to build as before, and is the recommended way in most cases.

Details in #67

feat: use configured exclude pattern

20 Jul 08:51
da1bab7
Compare
Choose a tag to compare

Use any configured tool.poetry.exclude patterns when building projects.

Details in #63

dev: bump library dependencies

25 Jun 18:54
d33c56a
Compare
Choose a tag to compare

feat: add support for project-specific path with wildcards

14 Mar 15:17
2622742
Compare
Choose a tag to compare

fix(build-project): rewrite the CLI endpoint when there is relative includes matching the namespace

07 Mar 14:31
89eb415
Compare
Choose a tag to compare

feat(build-project): rewrite script entries when using custom top namespace

06 Mar 13:34
5ba524a
Compare
Choose a tag to compare