From 91549c8f5e64aa3ecd1e29b8bc837d67bca70dbe Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 9 Mar 2026 21:30:40 +0000 Subject: [PATCH] 0.113.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 225af58e..db3a3bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.113.0 (2026-03-09) + +### Bug Fixes + +- Code standards audit — 100% coverage, Pydantic v2 model_config, asyncio.run(), targeted edge-case + tests + ([`ec77c51`](https://github.com/christianlouis/DocuElevate/commit/ec77c51cb5ed538d346eebe809cc4e8cf580c94c)) + +### Features + +- **tasks**: Add 5 additional scheduled jobs (expire_shared_links, prune_processing_logs, + prune_old_notifications, backfill_missing_metadata, sync_search_index) + ([`5bc1fac`](https://github.com/christianlouis/DocuElevate/commit/5bc1fac79cd1f4079df76e565c366c461457cb1a)) + +- **tasks**: Add scheduled batch processing infrastructure (model, migration, tasks, API, view, + template) + ([`c2d56d7`](https://github.com/christianlouis/DocuElevate/commit/c2d56d74754703e2f6cff71161f0bfd33eec20a8)) + + ## v0.112.0 (2026-03-09) ### Bug Fixes