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)