Skip to content

Commit 74586d3

Browse files
committed
Release 3.22
Refs #381, #382, #383
1 parent 3b632f0 commit 74586d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
33
===========
44

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+
514
.. _v3_21:
615

716
3.21 (2022-01-10)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "3.21"
5+
VERSION = "3.22"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)