From a5f0ba2dd4f928151bf98ff223f6fd5ec632218f Mon Sep 17 00:00:00 2001 From: Doug Rennehan Date: Tue, 28 Jul 2026 20:28:52 -0400 Subject: [PATCH] chore(release): v0.1.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `walk --boundary` on a node that isn't a boundary now says so, instead of returning a bare `service error (404)`. The check runs against this working copy's index before the request, and says as much — a node's kind can change on the branch, so it names `hydrate pull` alongside the neighborhood read rather than asserting a snapshot as fact. An index that predates recorded kinds, or carries a kind this build doesn't know, defers to the server and reports why. `--depth` and the `--boundary` failure mode are now documented in the README and `hydrate guide`. Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8158c7..b9565ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "hydrate" -version = "0.1.15" +version = "0.1.16" dependencies = [ "clap", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index f00bc63..dfafc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydrate" -version = "0.1.15" +version = "0.1.16" edition = "2021" rust-version = "1.92" description = "Command-line client for hydrate.sh — author your system graph from the terminal."