chore: release v1.9.1
Build and Push / release (push) Successful in 2s
Build and Push / build (push) Successful in 1m10s

Ships the Wiki.js change listener supervision fix. Patch release: no API
change, no migration — the listener now reconnects after a database restart
instead of going silently deaf, and /health reports its subscription state.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-08 21:42:45 +02:00
co-authored by Claude
parent 4f09a12171
commit ecbb0861a0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.9.1] - 2026-08-08
### Fixed
- The Wiki.js change listener now survives a database restart. It held a single
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "library-desk"
version = "1.9.0"
version = "1.9.1"
description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation"
readme = "README.md"
requires-python = ">=3.12"