From 089f21121c25964d314173621475b928f21e5630 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:08:43 -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 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reviewer.yml b/.github/workflows/reviewer.yml index 43a14b6..9371af3 100644 --- a/.github/workflows/reviewer.yml +++ b/.github/workflows/reviewer.yml @@ -34,7 +34,7 @@ jobs: with: python-version: "3.12" - name: Install signetry-reviewer - 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 bae7392..288df01 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`, import package `signetry_core`, env vars `SIGNETRY_*`, config `.signetry/`, and the Cursor rule file `signetry.mdc`. - Install pin updated to - `signetry-core @ git+https://github.com/Signetry/core@v0.6.0`; the advisory - reviewer now installs `signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.1.2`. + `signetry-core @ git+https://github.com/Signetry/core@v0.8.0`; the advisory + reviewer now installs `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 2e5535d..8e5c3a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ and documentation. To exercise a change end to end, install the engine and point Cursor at your working copy: ```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, in a scratch project with a `.signetry/admission.yaml`: diff --git a/README.md b/README.md index 741b4b6..314ea92 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Two ways to govern coding-agent changes in Cursor with ## 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 declaring allowed/forbidden paths,