Skip to content

Commit 5912878

Browse files
committed
Release 3.16
Refs #37, #246, #294, #295, #296, #314, #316
1 parent c79737b commit 5912878

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.rst

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

5+
.. _v3_16:
6+
7+
3.16 (2021-08-18)
8+
-----------------
9+
10+
- Type signatures added to more methods, including ``table.resolve_foreign_keys()``, ``db.create_table_sql()``, ``db.create_table()`` and ``table.create()``. (:issue:`314`)
11+
- New ``db.quote_fts(value)`` method, see :ref:`python_api_quote_fts` - thanks, Mark Neumann. (:issue:`246`)
12+
- ``table.search()`` now accepts an optional ``quote=True`` parameter. (:issue:`296`)
13+
- CLI command ``sqlite-utils search`` now accepts a ``--quote`` option. (:issue:`296`)
14+
- Fixed bug where ``--no-headers`` and ``--tsv`` options to :ref:`sqlite-utils insert <cli_insert_csv_tsv>` could not be used together. (:issue:`295`)
15+
- Various small improvements to :ref:`reference` documentation.
16+
517
.. _v3_15.1:
618

719
3.15.1 (2021-08-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.15.1"
5+
VERSION = "3.16"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)