From 2d21b1e361e16f6f7bb88fb06b558a7b7de77912 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 25 Nov 2024 06:58:12 -0600 Subject: [PATCH] !squash more --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index ab3d9311d..3f1d34ca0 100644 --- a/CHANGES +++ b/CHANGES @@ -22,10 +22,16 @@ $ pip install --user --upgrade --pre libtmux ### Development +- Project and package management: poetry to uv (#547) + + [uv] is the new package and project manager for the project, replacing Poetry. + - Code quality: Use f-strings in more places (#540) via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md). +[uv]: https://github.com/astral-sh/uv + ## libtmux 0.37.0 (04-21-2024) _Maintenance only, no bug fixes or new features_