From 26eaf598b4b17dc8458f76e5634da4c7aeb46fac Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 3 May 2024 09:54:09 -0400 Subject: [PATCH] chat: add release notes for v2.7.5 and bump version (#2300) Signed-off-by: Jared Van Bortel --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index a0c5bb9e..c5cbb483 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 7) -set(APP_VERSION_PATCH 5) +set(APP_VERSION_PATCH 6) 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 dd70a838..d99cd806 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -791,6 +791,25 @@ * Tim453 (`@Tim453`) * Xu Zhen (`@xuzhen`) * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.7.5", + "notes": +" +— What's New — +* Improve accuracy of anonymous usage statistics (PR #2297, PR #2299) + +— Fixes — +* Fix some issues with anonymous usage statistics (PR #2270, PR #2296) +* Default to GPU with most VRAM on Windows and Linux, not least (PR #2297) +* Fix initial failure to generate embeddings with Nomic Embed (PR #2284) +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters, bindings authors) " } ]