diff --git a/docs/changelog.rst b/docs/changelog.rst index 19dd349..f1d2261 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v3_8: + +3.8 (2021-06-02) +---------------- + +- New ``sqlite-utils indexes`` command to list indexes in a database, see :ref:`cli_indexes`. (`#263 `__) +- ``table.indexes`` introspection property returning more details about that table's indexes, see :ref:`python_api_introspection_xindexes`. (`#261 `__) + .. _v3_7: 3.7 (2021-05-28) diff --git a/setup.py b/setup.py index 53d71ef..194baba 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.7" +VERSION = "3.8" def get_long_description():