File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 3.5.1 ] - 2024-12-10
8
8
9
9
### Fixed
10
10
- Fix an incorrect value for currentResponse ([ #3245 ] ( https://github.com/nomic-ai/gpt4all/pull/3245 ) )
@@ -211,7 +211,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
211
211
- Fix several Vulkan resource management issues ([ #2694 ] ( https://github.com/nomic-ai/gpt4all/pull/2694 ) )
212
212
- Fix crash/hang when some models stop generating, by showing special tokens ([ #2701 ] ( https://github.com/nomic-ai/gpt4all/pull/2701 ) )
213
213
214
- [ Unreleased ] : https://github.com/nomic-ai/gpt4all/compare/v3.5.0...HEAD
214
+ [ 3.5.1 ] : https://github.com/nomic-ai/gpt4all/compare/v3.5.0...v3.5.1
215
215
[ 3.5.0 ] : https://github.com/nomic-ai/gpt4all/compare/v3.5.0-rc2...v3.5.0
216
216
[ 3.5.0-rc2 ] : https://github.com/nomic-ai/gpt4all/compare/v3.5.0-rc1...v3.5.0-rc2
217
217
[ 3.5.0-rc1 ] : https://github.com/nomic-ai/gpt4all/compare/v3.4.2...v3.5.0-rc1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(APP_VERSION_MAJOR 3)
6
6
set (APP_VERSION_MINOR 5)
7
7
set (APP_VERSION_PATCH 1)
8
8
set (APP_VERSION_BASE "${APP_VERSION_MAJOR} .${APP_VERSION_MINOR} .${APP_VERSION_PATCH} " )
9
- set (APP_VERSION "${APP_VERSION_BASE} -dev0 " )
9
+ set (APP_VERSION "${APP_VERSION_BASE} " )
10
10
11
11
project (gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
12
12
You can’t perform that action at this time.
0 commit comments