From bc882715209c9917f7cf104a8235876271b3b51a Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 30 Oct 2023 11:15:12 -0400 Subject: [PATCH] Bump version to v2.5.3 and release notes. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index fc20e6ebdd51..11167afee7f3 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -18,7 +18,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 5) -set(APP_VERSION_PATCH 2) +set(APP_VERSION_PATCH 3) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 89babd01ba5b..08a489556ceb 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -565,6 +565,23 @@ * Jared Van Bortel (Nomic AI) * Victor Tsaran * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.5.2", + "notes": +" +* Support for GGUF v3 models +* Important fixes for AMD GPUs +* Don't start recalculating context immediately for saved chats +* UI fixes for chat name generation +* UI fixes for leading whitespaces in chat generation +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters, bindings authors) " } ]