diff --git a/docs/changelog.rst b/docs/changelog.rst index 57bff4a..9d17c1e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v3_13: + +3.13 (2021-07-24) +----------------- + +- ``sqlite-utils schema my.db table1 table2`` command now accepts optional table names. (`#299 `__) +- ``sqlite-utils memory --help`` now describes the ``--schema`` option. + .. _v3_12: 3.12 (2021-06-25) diff --git a/setup.py b/setup.py index 02224b3..eeee83b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.12" +VERSION = "3.13" def get_long_description():