From 13ebcc575d2547c45e8d31288b71a3242c16b886 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 22 Jul 2023 22:48:14 -0700 Subject: [PATCH] Backfilled release notes for 0.2, 0.3, 0.3.1 - closes #576 --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ecdb987..733eecc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1268,3 +1268,19 @@ A few other changes: ---------------- - ``enable_fts()``, ``populate_fts()`` and ``search()`` table methods + +0.3.1 (2018-07-31) +------------------ + +- Documented related projects +- Added badges to the documentation + +0.3 (2018-07-31) +---------------- + +- New ``Table`` class representing a table in the SQLite database + +0.2 (2018-07-28) +---------------- + +- Initial release to PyPI