Releases: DavidVujic/python-polylith
feat: allow workspace config in top pyproject.toml
Allow the Workspace configuration to be put in the top pyproject.toml
as an alternative to the default workspace.toml
.
Idea and implementation by @GH-maggio in Pull Request #166 🚀 ⭐
docs(rye): add quick start and basic info
Details in Pull Request #165
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