chore: bump version to 1.5.2 and update CHANGELOG (#437)

This commit is contained in:
Luis Novo 2026-01-15 22:35:29 -03:00 committed by GitHub
parent 4dc1539838
commit da8c98b178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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"}

View file

@ -2375,7 +2375,7 @@ wheels = [
[[package]]
name = "open-notebook"
version = "1.5.1"
version = "1.5.2"
source = { editable = "." }
dependencies = [
{ name = "ai-prompter" },