From 034a97bd35ee96cfdd4162f7921cd641d2836814 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:08:15 -0400 Subject: [PATCH] release: v0.4.0 (Apache-2.0, core@v0.8.0, reviewer@v0.3.0) --- .github/workflows/reviewer.yml | 2 +- CHANGELOG.md | 9 ++++++--- CONTRIBUTING.md | 2 +- README.md | 2 +- config.toml | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reviewer.yml b/.github/workflows/reviewer.yml index 3de9986..f6d1d0c 100644 --- a/.github/workflows/reviewer.yml +++ b/.github/workflows/reviewer.yml @@ -35,7 +35,7 @@ jobs: python-version: "3.12" - name: Install signetry-reviewer # Not published to PyPI; install from the pinned Git source. - run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.2.0" + run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0" - name: Compute the PR diff env: BASE_SHA: ${{ github.event.pull_request.base.sha }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 175c49a..7f04244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semver.org/). -## [Unreleased] +## [0.4.0] — 2026-09-01 + +> First release **tagged in this repository**. The `0.3.0` entry below describes a +> release cut in the pre-move repo, whose tag did not survive the org move. ### Changed @@ -16,8 +19,8 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve - Naming: CLI `signetry`, env vars `SIGNETRY_*`, config `.signetry/`, import package `signetry_core`, and prose/docs references use **Signetry**. Install pins now use - `signetry-core @ git+https://github.com/Signetry/core@v0.6.0` and - `signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.1.2`. + `signetry-core @ git+https://github.com/Signetry/core@v0.8.0` and + `signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0`. - **The CLA's fallback licence grant is now non-exclusive.** It previously granted the Owner an *exclusive* licence where copyright assignment is not permitted by law, which would have stripped contributors of the right to use their own contribution — directly diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e50853..ceddf19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ To exercise a change locally, install the pinned engine (same command as the REA prerequisite): ```bash -pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0" +pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0" ``` Then point Codex at the MCP server / guard as described in the [README](README.md) and diff --git a/README.md b/README.md index c87575a..c4a7849 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ with [signetry-core](https://github.com/Signetry/core). ## Prerequisite ```bash -pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0" +pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0" ``` Add a `.signetry/admission.yaml` to your repo (allowed/forbidden paths, diff budget, diff --git a/config.toml b/config.toml index f208bee..15c367f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # Signetry MCP server for Codex — add to ~/.codex/config.toml -# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0" +# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0" [mcp_servers.signetry] command = "python"