chore: release v1.8.0
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 3m58s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 15:49:59 +02:00
co-authored by Claude Fable 5
parent 0e57be75be
commit 834e767fc1
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.8.0] - 2026-07-14
### Added
- **Stub endpoints implemented** (`/ingest/check-updates`, `/ingest/status/{job_id}`, `/ingest/repo-status/{repository}`, `/deduplicate/check`) — all previously returned canned "not yet implemented" responses; all now require an explicit `user` (Phase B rule):
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "library-desk"
version = "1.7.3"
version = "1.8.0"
description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation"
readme = "README.md"
requires-python = ">=3.12"