From 61e4cfe9129ed53cc5374c3cf8fd9b1421245fcc Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:09:04 -0400 Subject: [PATCH] release: v0.2.0 (Apache-2.0, reviewer@v0.3.0, community health files) --- .github/workflows/reviewer.yml | 2 +- CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reviewer.yml b/.github/workflows/reviewer.yml index a8aa35d..348facf 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 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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b8f18..a94e032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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