From 7099fa56e9951ae0335c219674b97460e8d86d81 Mon Sep 17 00:00:00 2001 From: David Front Date: Wed, 22 Jul 2026 14:54:38 +0300 Subject: [PATCH] Record publication completion --- STATUS.md | 5 ++--- docs/RELEASE_READINESS.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/STATUS.md b/STATUS.md index 22072c8..48490a0 100644 --- a/STATUS.md +++ b/STATUS.md @@ -11,7 +11,8 @@ leave material plans only in chat history. - Repository visibility: public since 2026-07-22. The reviewed developer-preview candidate was merged through PR #1, and the final privacy, clean-clone, package, and documentation audit passed before publication. GitHub private - vulnerability reporting and protected-branch CI are enabled. + vulnerability reporting and protected-branch CI are enabled. The `v0.1.0` + developer prerelease was published on 2026-07-22. - Package and CLI: `geometry-validated-layout` version `0.1.0`. - Python import: `geometry_validated_layout`. - Test baseline: 12 tests, with CI coverage for Python 3.10 through 3.14. @@ -58,8 +59,6 @@ leave material plans only in chat history. ## Deferred publication work -- Create the tagged `v0.1.0` GitHub prerelease described in - `docs/RELEASE_READINESS.md`. - Optional later PyPI publication; the package name was unclaimed when checked on 2026-07-22. - Contributor-facing issue templates and broader compatibility testing. diff --git a/docs/RELEASE_READINESS.md b/docs/RELEASE_READINESS.md index 48a4a84..3ce3810 100644 --- a/docs/RELEASE_READINESS.md +++ b/docs/RELEASE_READINESS.md @@ -44,7 +44,7 @@ privacy review. language in `SECURITY.md`. - [x] Protect `main` against force pushes and require the CI checks supported by the repository plan. -- [ ] Create a `v0.1.0` GitHub prerelease with the developer-preview boundary +- [x] Create a `v0.1.0` GitHub prerelease with the developer-preview boundary and known limitations from `STATUS.md`. ## Clean-clone procedure