Skip to content

Releases: DavidVujic/python-polylith

docs(rye): add quick start and basic info

Choose a tag to compare

@DavidVujic DavidVujic released this 31 Jan 09:34
9ede9ed

Details in Pull Request #165

fix(hatch): the project toml template

Choose a tag to compare

@DavidVujic DavidVujic released this 30 Jan 18:28
d835402

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

Details in Pull Request #164

feat: official support for PDM

Choose a tag to compare

@DavidVujic DavidVujic released this 23 Jan 22:30
e68c94b

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

Choose a tag to compare

@DavidVujic DavidVujic released this 21 Jan 12:33
5aad255

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

Details in #155

fix: typo in Hatch build hook entry point

Choose a tag to compare

@DavidVujic DavidVujic released this 21 Jan 12:05
a0596ac

Details in #154

feat: new project, hatch build hook

Choose a tag to compare

@DavidVujic DavidVujic released this 21 Jan 11:18
29f49c0

Also, bug fixes in the CLI.

Details in #153

fix: PEP-621 template

Choose a tag to compare

@DavidVujic DavidVujic released this 21 Jan 17:27
00105f1

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

Choose a tag to compare

@DavidVujic DavidVujic released this 21 Jan 16:38
786f173

🎉 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

Choose a tag to compare

@DavidVujic DavidVujic released this 18 Jan 13:17
bd447a1

Details in Pull Request #150

fix(poly check, poly libs): report on libraries

Choose a tag to compare

@DavidVujic DavidVujic released this 16 Jan 14:15
f712ef0

fix(cli): collect third-party library sub dependencies in the poly checkand poly libs commands.

Details in #148 and #149