Add release notes and bump version. (#2510)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
AT 2024-07-02 10:01:57 -04:00 committed by GitHub
parent 4c26726f3e
commit e15df48945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 3)
set(APP_VERSION_MINOR 0)
set(APP_VERSION_PATCH 0)
set(APP_VERSION_PATCH 1)
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
set(APP_VERSION "${APP_VERSION_BASE}")

View File

@ -847,6 +847,27 @@
* Adam Treat (Nomic AI)
* Tim453 (`@Tim453`)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "3.0.0",
"notes":
"
<b>&mdash; What's New &mdash;</b>
* LocalDocs Experience: Completely redesigned LocalDocs UI and backend
* New User Interface: Modern design making it easier to focus on what matters most - getting things done
",
"contributors":
"
* Vincent Giardina (Nomic AI)
* Jared Van Bortel (Nomic AI)
* John W. Parent (Kitware)
* Paige Lee (Nomic AI)
* Max Cembalest (Nomic AI)
* Andriy Mulyar (Nomic AI)
* Adam Treat (Nomic AI)
* cosmic-snow (`@cosmic-snow`)
* Community (beta testers, bug reporters, bindings authors)
"
}
]