Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE_READINESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down