Releases: DavidVujic/poetry-multiproject-plugin
fix(check): changes in the Poetry v2 Command API
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
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
Adding support for PEP 621-style project configs.
Details in #73
feat: add support for Poetry 2
feat(build-project): adding an option to set a custom temp path to use during project-build
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
Use any configured tool.poetry.exclude patterns when building projects.
Details in #63
dev: bump library dependencies
feat: add support for project-specific path with wildcards
Details in Pull Request #56
fix(build-project): rewrite the CLI endpoint when there is relative includes matching the namespace
feat(build-project): rewrite script entries when using custom top namespace
Details in Pull Request #50