Skip to content

Commit

Permalink
docs(CHANGES) Note build system using hatchling now
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 27, 2024
1 parent 0f25cdd commit 9f08ab5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,22 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force

_Maintenance only, no bug fixes, or new features_

### Development
### Breaking changes

#### Project and package management: poetry to uv (#457)

[uv] is the new package and project manager for the project, replacing Poetry.

[uv]: https://github.com/astral-sh/uv

#### Build system: poetry to hatchling (#457)

[Build system] moved from [poetry] to [hatchling].

[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
[poetry]: https://github.com/python-poetry/poetry
[hatchling]: https://hatch.pypa.io/latest/

#### libvcs 0.33.0 -> 0.34.0 (#456)

First libvcs release built with `uv` package and project manager. No changes to libvcs API itself.
Expand Down

0 comments on commit 9f08ab5

Please sign in to comment.