From 3c021be968843f3378fb7dc3e644a68c24d9245c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Nov 2025 10:37:07 -0800 Subject: [PATCH] Release notes for 3.39 Refs #659, #687, #688 --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b4af0f9..515f961 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,17 @@ 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. + +`sqlite-utils 4.0a1 `__ is now available as an alpha with some `minor breaking changes `__. + .. _v3_38: 3.38 (2024-11-23)