Skip to content

Releases: DavidVujic/poetry-multiproject-plugin

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

fix(mypy): use latest minor of v1

05 Mar 14:23
5ea83d8
Compare
Choose a tag to compare

Using the latest MyPy v1 version to avoid downgrades in CIs that don't allow the recommended poetry self add plugin way.

Details in Pull Request #48

fix: update lock files

23 Feb 12:02
Compare
Choose a tag to compare

Details in Pull Request #46

fix: bump sub-dependencies (poetry lock file)

01 Dec 17:36
b16dea2
Compare
Choose a tag to compare

fix: extend ignore patterns

30 Jun 19:01
5fd134c
Compare
Choose a tag to compare

Extend the ignore copy pattern for the build-project and check-project commands.

More details in #39

Allow paths for top namespace

02 Jun 16:20
0c22d74
Compare
Choose a tag to compare

feat: add paths support when running poetry build-project with the --with-top-namespace flag.

⭐ This feature was added by @ryaminal
Thank you!

Details in Pull Request #34

fix: TOML parsing on Windows and Poetry 1.5

22 May 19:09
c779426
Compare
Choose a tag to compare

Fixing issue in #30

Thank you for reporting this error ⭐ 👏

More details about the change in PR #31

fix(build-project: accidentally overwritten default build options

15 Feb 17:28
23ba589
Compare
Choose a tag to compare

Fixing the issue reported in #28 - thank you for reporting this! ⭐

More details in Pull Request #29