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 3b632f0 commit 74586d3Copy full SHA for 74586d3
docs/changelog.rst
@@ -2,6 +2,15 @@
2
Changelog
3
===========
4
5
+.. _v3_22:
6
+
7
+3.22 (2022-01-11)
8
+-----------------
9
10
+- New :ref:`cli_reference` documentation page, listing the output of ``--help`` for every one of the CLI commands. (:issue:`383`)
11
+- ``sqlite-utils rows`` now has ``--limit`` and ``--offset`` options for paginating through data. (:issue:`381`)
12
+- ``sqlite-utils rows`` now has ``--where`` and ``-p`` options for filtering the table using a ``WHERE`` query, see :ref:`cli_rows`. (:issue:`382`)
13
14
.. _v3_21:
15
16
3.21 (2022-01-10)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "3.21"
+VERSION = "3.22"
def get_long_description():
0 commit comments