From b335e271fa19a2d48b1444f82fc32294d47722fe Mon Sep 17 00:00:00 2001 From: Bryan Bugyi Date: Sun, 9 Aug 2026 01:55:51 -0400 Subject: [PATCH] chore(master): release 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1946314..eea1a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/sase-org/sase-github/compare/v0.2.2...v0.2.3) (2026-08-09) + + +### Documentation + +* mark github plugin patch compatibility boundaries ([e79c33b](https://github.com/sase-org/sase-github/commit/e79c33b231d72605957f793fb6a338c910913af0)) + ## [0.2.2](https://github.com/sase-org/sase-github/compare/v0.2.1...v0.2.2) (2026-08-08) diff --git a/pyproject.toml b/pyproject.toml index 5983391..1a971dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sase-github" -version = "0.2.2" +version = "0.2.3" description = "GitHub VCS plugin for sase" requires-python = ">=3.12" license = "MIT"