mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
Backport release notes for 3.39, closes #688
This commit is contained in:
parent
e66e82f2c8
commit
f9e5fbb3bd
1 changed files with 9 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue