Releases: DavidVujic/python-polylith
fix(hatch): the project toml template
fix(hatch): the project toml template with included build hook table.
Details in Pull Request #164
feat: official support for PDM
fix(hatch): add missing third-party dependency
Add missing third-party dependency (tomlkit) to the hatch build hook project.
Details in #155
fix: typo in Hatch build hook entry point
Details in #154
feat: new project, hatch build hook
Also, bug fixes in the CLI.
Details in #153
fix: PEP-621 template
Fixing an issue with the "authors" section of the PEP-621/Hatch template.
Also: add missing bracket in the template.
Details: #157
feat: official support for Hatch
🎉 Supporting Hatch, via the CLI and the Hatch Build Hook 🎉
Also, fixing a bug in the project template for Hatch and removing unnecessary section for poetry.
Details in #156
Preparing for building libraries in a Hatch context
Details in Pull Request #150
fix(poly check, poly libs): report on libraries
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