From 9f08ab5412fc01c521fe245962069971926b4193 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 27 Nov 2024 05:56:54 -0600 Subject: [PATCH] docs(CHANGES) Note build system using hatchling now --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.