Skip to content

Releases: DavidVujic/python-polylith

feat: allow workspace config in top pyproject.toml

04 Feb 10:16
a63bed3
Compare
Choose a tag to compare

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

31 Jan 09:34
9ede9ed
Compare
Choose a tag to compare

fix(hatch): the project toml template

30 Jan 18:28
d835402
Compare
Choose a tag to compare

fix(hatch): the project toml template with included build hook table.

Details in Pull Request #164

feat: official support for PDM

23 Jan 22:30
e68c94b
Compare
Choose a tag to compare

Add official support for PDM by using the CLI and the new PDM Build Hooks 🎉

Details in Pull Request #159 and #160

fix(hatch): add missing third-party dependency

21 Jan 12:33
5aad255
Compare
Choose a tag to compare

Add missing third-party dependency (tomlkit) to the hatch build hook project.

Details in #155

fix: typo in Hatch build hook entry point

21 Jan 12:05
a0596ac
Compare
Choose a tag to compare

feat: new project, hatch build hook

21 Jan 11:18
29f49c0
Compare
Choose a tag to compare

Also, bug fixes in the CLI.

Details in #153

fix: PEP-621 template

21 Jan 17:27
00105f1
Compare
Choose a tag to compare

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

21 Jan 16:38
786f173
Compare
Choose a tag to compare

🎉 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

18 Jan 13:17
bd447a1
Compare
Choose a tag to compare