From d3f109db15881cef7b24aed4d479e177b539abe3 Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 6 Jul 2026 21:21:00 -0400 Subject: [PATCH] release: 1.0.0 first stable release. pre-1.0.0 verification complete: all surviving MED regressions and gaps resolved and independently re-fired, tree audited clean across the suite. Signed-off-by: disqualifier --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 938a4a7..fcd33b9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ 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.6.3 +log_setup @ git+ssh://git@git.rethinkstudios.io/rethink-public/log_setup.git@v1.0.0 ``` No dependencies — stdlib only. -Drop the `@v0.6.3` suffix from the line above to install the latest unpinned. +Drop the `@v1.0.0` suffix from the line above to install the latest unpinned. ## Quick start diff --git a/pyproject.toml b/pyproject.toml index 2c0cf8d..d54093c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "log_setup" -version = "0.6.3" +version = "1.0.0" description = "stdlib app-entry-point logging setup: live run.log, rotation, gzip, retention, consistent format" requires-python = ">=3.10" dependencies = []