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 @@ -35,7 +35,7 @@ jobs:
python-version: "3.12"
- name: Install signetry-reviewer
# not published to PyPI — install from its source repo by tag.
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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semver.org/).

## [Unreleased]
## [0.2.0] — 2026-09-01

### Changed — Signetry is now open core; this repo is Apache-2.0

Expand Down Expand Up @@ -31,8 +31,8 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve
- Signetry naming across docs, the app manifest display fields, and the reviewer
workflow: CLI/package `signetry`/`signetry-core`, env vars `SIGNETRY_*`, config
`.signetry/`, and siblings `signetry-action` / `signetry-reviewer`. Install pins
are `signetry-core @ git+https://github.com/Signetry/core@v0.6.0` and
`signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.1.2`.
are `signetry-core @ git+https://github.com/Signetry/core@v0.8.0` and
`signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0`.

## [0.1.0] — 2026-07-26

Expand Down