Skip to content

Releases: DavidVujic/python-polylith

fix: poly info and poly diff

13 Mar 17:26
91504ee

Choose a tag to compare

This version solves issues with the poetry poly info command: sorting of project names, and excluding cache folders from the list of bricks.
Pull Request #66
Pull Request #67

Also, solving issue with the poetry poly diff --short command: accidentally displaying double names for one single project.
Pull Request #69

feat: re-worked the poly check command

05 Mar 09:12
77fa7e4

Choose a tag to compare

The poly check command is now analyzing brick imports - local and third-party - and reports if there is something missing in the projects. It no longer runs the poetry check-project command behind the scenes.

Details and reasoning in #60

fix: poly libs

21 Feb 20:08
23a8021

Choose a tag to compare

Fixes issues with the poetry poly libs command as described in #57 and #58.

More details in #59

feat: poetry poly libs

19 Feb 22:22
27c451e

Choose a tag to compare

Adding a new command: poetry poly libs

More details in Pull Request #56

fix(create project): missing description for the create command

01 Feb 17:53
5e8597b

Choose a tag to compare

This is a 🐛 fix release, solving issues introduced in v.1.2.0 (yanked from PyPI).

More details in #51

broken: poly create with docs

01 Feb 17:47
c53667f

Choose a tag to compare

Details in #50

This version has caused the poly create project to fail. The version has been "yanked" from PyPI.

fix: create-command with name as path

23 Jan 16:39
a4e4624

Choose a tag to compare

Fixes an issue with the poly create commands, that happens when --name is a path-like string.

More details in Pull Request.

feat: a poly check command

08 Jan 09:09
fec66cb

Choose a tag to compare

A new command: poetry poly check, that will validate the Polylith workspace.

More details in Pull Request.

fix: poly info and poly diff

19 Nov 08:19

Choose a tag to compare

fix(bug): merge sets with Python 3.8-syntax

17 Nov 06:10
66633e1

Choose a tag to compare