From bcfb7cea6890be8b8b4a1000538998d627652721 Mon Sep 17 00:00:00 2001 From: Bryan Bugyi Date: Mon, 10 Aug 2026 20:04:51 -0400 Subject: [PATCH] chore(master): release 0.2.4 --- .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 0451499..69535c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eea1a03..5bd1a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/sase-org/sase-github/compare/v0.2.3...v0.2.4) (2026-08-11) + + +### Features + +* implement vcs_list_pull_requests over gh pr list ([2b0d6a8](https://github.com/sase-org/sase-github/commit/2b0d6a8d6bc3ecd4cd9e7ebdeb012978cddb1181)) + ## [0.2.3](https://github.com/sase-org/sase-github/compare/v0.2.2...v0.2.3) (2026-08-09) diff --git a/pyproject.toml b/pyproject.toml index 1a971dd..b0d2bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sase-github" -version = "0.2.3" +version = "0.2.4" description = "GitHub VCS plugin for sase" requires-python = ">=3.12" license = "MIT"