Skip to content

Releases: DavidVujic/python-polylith

fix: create-command with name as path

23 Jan 16:39
a4e4624
Compare
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
Compare
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
Compare
Choose a tag to compare

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

17 Nov 06:10
66633e1
Compare
Choose a tag to compare

fix(bug): poly diff --short

16 Nov 21:42
accecff
Compare
Choose a tag to compare

fix: align poly diff columns

16 Nov 20:43
5b5c318
Compare
Choose a tag to compare

fix: poly info command with better aligned columns

16 Nov 19:33
6f931f6
Compare
Choose a tag to compare

fix: support for Python 3.8

14 Nov 11:45
a9eb79d
Compare
Choose a tag to compare

Support for Python 3.8 (typings): Pull Request 29 by @Brejkarn

fix: docs typos and poly diff clarifications

13 Nov 21:07
1e6e212
Compare
Choose a tag to compare
  • fix: typo in docs about installing Poetry plugins
  • fix: clarify poly diff output when there are no brick changes

feat: v1 of Python tools for the Polylith Architecture

13 Nov 20:58
3ebfb6b
Compare
Choose a tag to compare
docs: Poetry plugin docs and clarifications (#27)

* docs: poetry plugin docs and clarifications