Skip to content

Commit db34979

Browse files
chore: Release v0.1.20
chore(release): v0.1.20 Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: shenald-dev <245350826+shenald-dev@users.noreply.github.com>
1 parent 6aab926 commit db34979

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.jules/warden.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,11 @@ Observed the preceding agent optimized the ignore file watcher hot path by compl
144144

145145
Alignment / Deferred:
146146
Version bumped to `0.1.18` as a patch release. Updated CHANGELOG.md.
147+
148+
## 2026-04-27 — Assessment & Lifecycle
149+
150+
Observation / Pruned:
151+
Observed the preceding agent optimized console logging by escaping string inputs before passing them into `rich.console.print`, successfully preventing `MarkupError` exceptions when user-provided data contains tag-like bracket characters. Verified structural soundness and successful test execution without crashes.
152+
153+
Alignment / Deferred:
154+
Version bumped to `0.1.20` as a patch release reflecting the crash fix. No dead code required pruning.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.1.20] - 2026-04-27
4+
5+
### Changed
6+
* **[Reliability]:** Fixed a bug where `rich` would crash with a `MarkupError` if user-provided strings (like exceptions or filenames) contained unescaped markup tags like `[bracket]`.
7+
38
## [0.1.19] - 2026-04-26
49

510
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "echo-watcher"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "📡 Lightweight file watcher. Trigger commands on changes. <5MB RAM, single binary."
55
authors = [
66
{ name = "shenald-dev", email = "bot@shenald.dev" }

0 commit comments

Comments
 (0)