Skip to content

Commit 77c240d

Browse files
committed
Release 3.17
Refs #319, #320
1 parent 49a010c commit 77c240d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

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

5+
.. _v3_17:
6+
7+
3.17 (2021-08-24)
8+
-----------------
9+
10+
- The :ref:`sqlite-utils memory <cli_memory>` command has a new ``--analyze`` option, which runs the equivalent of the :ref:`analyze-tables <cli_analyze_tables>` command directly against the in-memory database created from the incoming CSV or JSON data. (:issue:`320`)
11+
- :ref:`sqlite-utils insert-files <cli_insert_files>` now has the ability to insert file contents in to ``TEXT`` columns in addition to the default ``BLOB``. Pass the ``--text`` option or use ``content_text`` as a column specifier. (:issue:`319`)
12+
513
.. _v3_16:
614

715
3.16 (2021-08-18)

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.16"
5+
VERSION = "3.17"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)