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
2 changes: 1 addition & 1 deletion .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down