diff --git a/CHANGES b/CHANGES index 2e4d30b9..7689a105 100644 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,7 @@ $ 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) @@ -33,6 +33,14 @@ _Maintenance only, no bug fixes, or new features_ [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.