Skip to content

Commit

Permalink
release updates for the new Pixi support (#324)
Browse files Browse the repository at this point in the history
* bump Poetry plugin to 1.36.2

* bump CLI to 1.26.0

* docs: add note about Pixi support
  • Loading branch information
DavidVujic authored Feb 5, 2025
1 parent 42b049c commit 6a3c1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ This repo contains a Poetry plugin, a standalone CLI and build hooks.
* [a PDM Build Hook for the workspace](https://pypi.org/project/pdm-polylith-workspace/)

The Poetry plugin adds tooling support to Poetry.
The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye and uv).
The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Pixi and uv).

The Hatch Build Hook adds build-specific support (also for uv, Rye and Pantsbuild, using hatchling as the build backend).
The Hatch Build Hook adds build-specific support (also for uv, Rye, Pixi and Pantsbuild, using hatchling as the build backend).
The PDM Build Hook for _projects_ adds build-specific support for PDM.
The PDM Build Hook for the _workspace_ makes the virtual environment aware of the way Polylith organizes code (i.e. the bases and components folders).

Expand Down
2 changes: 1 addition & 1 deletion projects/poetry_polylith_plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-polylith-plugin"
version = "1.36.1"
version = "1.36.2"
description = "A Poetry plugin that adds tooling support for the Polylith Architecture"
authors = ["David Vujic"]
homepage = "https://davidvujic.github.io/python-polylith-docs/"
Expand Down
2 changes: 1 addition & 1 deletion projects/polylith_cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polylith-cli"
version = "1.25.1"
version = "1.26.0"
description = "Python tooling support for the Polylith Architecture"
authors = ['David Vujic']
homepage = "https://davidvujic.github.io/python-polylith-docs/"
Expand Down

0 comments on commit 6a3c1b5

Please sign in to comment.