From 27e970eb5941d2246566d67b0f26fd67f39b6a3b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 8 Jan 2024 10:39:24 -0800 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e9f5ff7ba..a09ca8080 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Release history +### v0.21.0 + +- Support for python 3.12. +- Improvements to unified diff editing format. +- New `--check-update` arg to check if updates are available and exit with status code. + ### v0.20.0 - Add images to the chat to automatically use GPT-4 Vision, by @joshuavial