Add release notes and bump version for v3.2.1 (#2859)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
AT 2024-08-13 19:24:25 -04:00 committed by GitHub
parent af9416c0bf
commit 3386ac6331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 3 deletions

View File

@ -18,9 +18,9 @@ endif()
set(APP_VERSION_MAJOR 3) set(APP_VERSION_MAJOR 3)
set(APP_VERSION_MINOR 2) set(APP_VERSION_MINOR 2)
set(APP_VERSION_PATCH 1) set(APP_VERSION_PATCH 2)
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
set(APP_VERSION "${APP_VERSION_BASE}") set(APP_VERSION "${APP_VERSION_BASE}-dev0")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")

View File

@ -1,6 +1,6 @@
## Latest News ## Latest News
We're happy to announce that version 3.2.0 has been released! This new version brings: Version 3.2.1 has now been released which fixes an issue with poor quality responses on NVIDIA GPUs in 3.2.0. The new 3.2 minor version brings:
* **Official Language Translations**: Translations for Simplified Chinese, Traditional Chinese, Italian, Portuguese, Romanian, and Spanish.<br/> * **Official Language Translations**: Translations for Simplified Chinese, Traditional Chinese, Italian, Portuguese, Romanian, and Spanish.<br/>
Go to Settings > Language and Locale to change the application language. Go to Settings > Language and Locale to change the application language.

View File

@ -987,6 +987,19 @@
* Dominik (`@cosmic-snow`) * Dominik (`@cosmic-snow`)
* Jack (`@wuodoo`) * Jack (`@wuodoo`)
* Community (beta testers, bug reporters, bindings authors) * Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "3.2.1",
"notes":
"
<b>&mdash; Fixes &mdash;</b>
* Fix a potential Vulkan crash on application exit on some Linux systems
* Fix a bad CUDA build option that led to gibberish on newer NVIDIA GPUs
",
"contributors":
"
* Jared Van Bortel (Nomic AI)
" "
} }
] ]