chore: bump version to 1.5.2 and update CHANGELOG (#437)
This commit is contained in:
parent
4dc1539838
commit
da8c98b178
3 changed files with 9 additions and 2 deletions
|
|
@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.5.2] - 2026-01-15
|
||||
|
||||
### Performance
|
||||
- Improved source listing speed by 20-30x (#436, closes #351)
|
||||
- Added database indexes on `source` field for `source_insight` and `source_embedding` tables
|
||||
- Use SurrealDB `FETCH` clause for command status instead of N async calls
|
||||
|
||||
## [1.5.1] - 2026-01-15
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "open-notebook"
|
||||
version = "1.5.1"
|
||||
version = "1.5.2"
|
||||
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
|
||||
authors = [
|
||||
{name = "Luis Novo", email = "lfnovo@gmail.com"}
|
||||
|
|
|
|||
2
uv.lock
2
uv.lock
|
|
@ -2375,7 +2375,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "open-notebook"
|
||||
version = "1.5.1"
|
||||
version = "1.5.2"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "ai-prompter" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue