From f9e5fbb3bdc0dc1a14d4460aba885f83b5d32457 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Nov 2025 10:46:34 -0800 Subject: [PATCH] Backport release notes for 3.39, closes #688 --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 18247b0..1406116 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog =========== +.. _v3_39: + +3.39 (2025-11-24) +----------------- + +- Fixed a bug with ``sqlite-utils install`` when the tool had been installed using ``uv``. (:issue:`687`) +- The ```--functions``` argument now optionally accepts a path to a Python file as an alternative to a string full of code, and can be specified multiple times - see :ref:`cli_query_functions`. (:issue:`659`) +- ``sqlite-utils`` now requires on Python 3.10 or higher. + .. _v4_0a1: 4.0a1 (2025-11-23)