From edb1d4f01cb58cdcf0970fd5064a7efc0b7970f0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 19 Aug 2023 14:07:52 -0700 Subject: [PATCH] Release 0.7.1 Refs #12 --- docs/changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4218152e..f49e4a5c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +(v0_7_1)= +## 0.7.1 (2023-08-19) + +- Fixed a bug where some users would see an `AlterError: No such column: log.id` error when attempting to use this tool, after upgrading to the latest [sqlite-utils 3.35 release](https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-35). [#162](https://github.com/simonw/llm/issues/162) + (v0_7)= ## 0.7 (2023-08-12) diff --git a/setup.py b/setup.py index a23d8583..8edd9959 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -VERSION = "0.7" +VERSION = "0.7.1" def get_long_description():