From ddc81dd8febda037e321cc4551276e2cdba8c7c5 Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 18:07:40 -0400 Subject: [PATCH] docs: show unpinned install line; note tag-pinning for reproducibility Signed-off-by: disqualifier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73c6c79..b5d4818 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ and emit; their records flow into the handlers `log_setup` wired. ## Install ``` -log_setup @ git+ssh://git@git.rethinkstudios.io/rethink-public/log_setup.git@v0.3.2 +log_setup @ git+ssh://git@git.rethinkstudios.io/rethink-public/log_setup.git ``` No dependencies — stdlib only. @@ -177,4 +177,4 @@ color formatting, per-logger filters, remote handlers. ## Versioning -Tagged `vX.Y.Z`. Pin the tag. +Releases are tagged `vX.Y.Z`. The install line above is unpinned and tracks the latest on the default branch; append `@vX.Y.Z` to pin a specific release for reproducible installs.