From 16a84972f64f9f73c3bc289cb2dc76a236ac9941 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 10 Jan 2024 10:19:03 -0500 Subject: [PATCH] Bump to new version and right the release notes. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 64082dc8..1b94a183 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 6) -set(APP_VERSION_PATCH 0) +set(APP_VERSION_PATCH 1) 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 c14ac2e5..d7170505 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -616,6 +616,26 @@ * Adam Treat (Nomic AI) * Jared Van Bortel (Nomic AI) * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.6.0", + "notes": +" +* Update to newer llama.cpp +* Implemented configurable context length +* Bugfixes for localdocs +* Bugfixes for serialization to disk +* Bugfixes for AVX +* Bugfixes for Windows builds +* Bugfixes for context retention and clearing +* Add a button to collections dialog +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters, bindings authors) " } ]