chore(release): v0.1.1, so the pinned tag serves the corrected count
The 0.1.0 entry said eleven checks; there are twelve, and both the code and
the README table already said so. 2963f4f fixed the entry in place but landed
after the tag, so the catalog's pin kept serving the wrong count.
Documentation only: scripts/ and register/ are unchanged from v0.1.0.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017Wuy8mxQj8Zt4z23hiRjiN
This commit is contained in:
parent
2963f4f682
commit
0945e88598
5 changed files with 20 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "repo-standard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Per-repo gate for the open/ presentation standard: README first screen, install block, files required by the repo's class, and dead repo references.",
|
||||
"author": {
|
||||
"name": "Kjell Tore Guttormsen"
|
||||
|
|
|
|||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -4,6 +4,21 @@ All notable changes to this project are documented here.
|
|||
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
|
||||
versioning is [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.1] — 2026-08-03
|
||||
|
||||
Documentation only. No behaviour change: `scripts/` and `register/` are
|
||||
unchanged from 0.1.0 — this release carries version strings and the correction
|
||||
below.
|
||||
|
||||
### Fixed
|
||||
|
||||
- The 0.1.0 entry said the gate has **eleven** checks. It has twelve, which is
|
||||
what both the code and the README table already said. The entry is corrected
|
||||
in place, and this release exists so the catalog's pinned tag serves the
|
||||
corrected text instead of the wrong count. The count is drift of exactly the
|
||||
kind this plugin was built to catch, and it was sitting in the plugin's own
|
||||
repository.
|
||||
|
||||
## [0.1.0] — 2026-07-27
|
||||
|
||||
First release. Covers the checks that a single repository can answer on its own.
|
||||
|
|
@ -102,4 +117,5 @@ First release. Covers the checks that a single repository can answer on its own.
|
|||
- No hook ships in this release. A blocking gate has to be precise enough not to
|
||||
fail a correct repository first.
|
||||
|
||||
[0.1.1]: https://git.fromaitochitta.com/open/repo-standard/src/tag/v0.1.1
|
||||
[0.1.0]: https://git.fromaitochitta.com/open/repo-standard/src/tag/v0.1.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ checks that surface in one repository and reports what it finds.
|
|||
|
||||
*AI-generated: all code produced by Claude Code through dialog-driven development.*
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "repo-standard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ description: >-
|
|||
"fiks install-blokka", "finn døde repo-referanser", "gjør repoet presentabelt".
|
||||
Trigger when someone is about to release, publish, or hand over a repository
|
||||
and wants its public surface to hold up.
|
||||
version: "0.1.0"
|
||||
version: "0.1.1"
|
||||
---
|
||||
|
||||
# repo-standard — the per-repo gate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue