Releases: DavidVujic/python-polylith
Release list
feat: Standalone CLI to enable using Polylith with Hatch
From Pull Request #145
-
feat(hatch): get bricks from hatch project tomls
-
feat(hatch): update hatch project tomls with project bricks
-
feat(cli): add CLI base
-
refactor(poly info): refactor into a commands component, used by cli and poetry plugin
-
refactor(poly create): refactor into a commands component, used by cli and poetry plugin
-
refactor(poly diff): refactor into a commands component, used by cli and poetry plugin
-
refactpr(poly check): refactor into a commands component, used by cli and poetry plugin. Bump dependencies.
-
fix: bump package.lock in poetry plugin project
-
fix(poly libs): order summary and list according to components, bricks
-
refactor(poly libs): refactor into a commands component, used by cli and poetry plugin
-
refactor(poly sync): refactor into a commands component, used by cli and poetry plugin
-
feat(cli): add CLI project
-
refactor: to not always return the same value.
-
refactor: remove expression that always evaluates to true.
-
refactor: CodeScene notifies about Excess Number of Function Arguments
-
feat(cli): add entry point
-
feat(cli): unique top namespace in entry point
-
bump poetry plugin to 1.14.0
-
dev: add cli script entry point for dev testing purposes
-
docs(cli): add step-by-step quick start
-
docs: add info about the new CLI and Hatch support
feat: add support for PEP 621 project files, along with the existing Poetry format
Details about the changes made in Pull Request #144
feat: add support for Python 3.12
feat: add support for Python 3.12 when determining what's in the stdlib.
Details in #143
fix: bump third-party dependencies with issues raised by Dependabot
Details in #136
feat(poly diff): multiple tag patterns
feat(poly diff): print changes for bricks
Add option to print out bricks when running poetry poly diff.
Details in #128
fix(poly diff): only report bricks
feat(poly libs, poly check): better checks for libraries and aliases
feat(poly check, poly libs): --strict and --alias options
fix(poly sync and check): respect the --quiet flag
Run the poly sync and poly check without any output when passing in the --quiet flag.
Details in Pull Request #110