Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
Refs #12
  • Loading branch information
simonw committed Aug 21, 2023
1 parent 83592f1 commit edb1d4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = "0.7"
VERSION = "0.7.1"


def get_long_description():
Expand Down

1 comment on commit edb1d4f

@simonw
Copy link
Owner Author

@simonw simonw commented on edb1d4f Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to include the changelog in main when I added it to the 0.7.x release branch.

Please sign in to comment.