Add release notes for v3.1.1 and bump version

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-07-27 17:01:37 -04:00
parent 4bbd0360a0
commit 52e076e9a1
2 changed files with 20 additions and 2 deletions

View File

@ -18,9 +18,9 @@ endif()
set(APP_VERSION_MAJOR 3)
set(APP_VERSION_MINOR 1)
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 "${APP_VERSION_BASE}")
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")

View File

@ -935,6 +935,24 @@
* cosmic-snow (`@cosmic-snow`)
* 3Simplex (`@3Simplex`)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "3.1.1",
"notes":
"
<b>&mdash; What's New &mdash;</b>
* Ability to add OpenAI compatible remote models (#2683)
<b>&mdash; Fixes &mdash;</b>
* Update llama.cpp to cherry-pick Llama 3.1 RoPE fix. (#2758)
",
"contributors":
"
* Adam Treat (Nomic AI)
* Jared Van Bortel (Nomic AI)
* Shiranui (@supersonictw)
* Community (beta testers, bug reporters, bindings authors)
"
}
]