We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b26ee commit 54191d4Copy full SHA for 54191d4
docs/changelog.rst
@@ -2,6 +2,14 @@
2
Changelog
3
===========
4
5
+.. _v3_17.1:
6
+
7
+3.17.1 (2021-09-22)
8
+-------------------
9
10
+- :ref:`sqlite-utils memory <cli_memory>` now works if files passed to it share the same file name. (:issue:`325`)
11
+- :ref:`sqlite-utils query <cli_query>` now returns ``[]`` in JSON mode if no rows are returned. (:issue:`328`)
12
13
.. _v3_17:
14
15
3.17 (2021-08-24)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "3.17"
+VERSION = "3.17.1"
def get_long_description():
0 commit comments