Skip to content

Commit 86beb18

Browse files
author
semantic-release
committed
chore(release): 0.4.2
1 parent 0388bc8 commit 86beb18

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# CHANGELOG
22

33

4+
## v0.4.2 (2026-01-29)
5+
6+
### Bug Fixes
7+
8+
- Prevent crash loop from filling disk with logs
9+
([`0388bc8`](https://github.com/ernestkoe/obsidian-notes-rag/commit/0388bc8c1ac8e9e4cb07643b1e9dd38cc498af28))
10+
11+
Add ThrottleInterval (30s) to launchd plist to prevent rapid restarts from generating massive log
12+
files. Move logs from /tmp to proper macOS location ~/Library/Logs/obsidian-notes-rag/ and add
13+
rotating file handler (10MB max, 3 backups) to cap total log size at ~40MB.
14+
15+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16+
17+
418
## v0.4.1 (2026-01-22)
519

620
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "obsidian-notes-rag"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "MCP server for semantic search over Obsidian notes using local RAG"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)