From 8c7ba95dba342331a913cba4bd50cac8de2e70a7 Mon Sep 17 00:00:00 2001 From: Yuki Hayashi Date: Sun, 12 Jul 2026 10:07:34 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20release=20v0.13.0=20=E2=80=94=20.herdr?= =?UTF-8?q?=20directory=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 3 ++- README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27a47f..3ca4b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to reefdoc are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.13.0] - 2026-07-12 ### Added - `.herdr` directories are no longer treated as noise: they now appear in the @@ -140,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 via an on-demand filesystem watcher scoped to the visible tree. - Path-traversal-safe file serving and a `--version` flag. +[0.13.0]: https://github.com/exilis/reefdoc/releases/tag/v0.13.0 [0.12.0]: https://github.com/exilis/reefdoc/releases/tag/v0.12.0 [0.11.0]: https://github.com/exilis/reefdoc/releases/tag/v0.11.0 [0.10.0]: https://github.com/exilis/reefdoc/releases/tag/v0.10.0 diff --git a/README.md b/README.md index 226cc7e..97627a5 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ files change on disk. You edit markdown in your own editor; `reefdoc` is the preview. -> **Latest release: [v0.12.0](https://github.com/exilis/reefdoc/releases/tag/v0.12.0).** -> Recent highlights: **changed blocks are highlighted when a markdown document -> live-reloads**, so you see at a glance what's different. +> **Latest release: [v0.13.0](https://github.com/exilis/reefdoc/releases/tag/v0.13.0).** +> Recent highlights: **`.herdr` directories now appear in the file tree**, +> alongside `.allium` and `.claude`, so herdr worktrees are browsable. > Full history in the [changelog](CHANGELOG.md). ```bash