From 532aa5a7d795e967fbcaf79b7756e26ca2d1c4df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 03:08:48 +0000 Subject: [PATCH] Bump patch version. --- lib/bake/gem/github/version.rb | 2 +- readme.md | 5 +++++ releases.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/bake/gem/github/version.rb b/lib/bake/gem/github/version.rb index 5574a59..110d72d 100644 --- a/lib/bake/gem/github/version.rb +++ b/lib/bake/gem/github/version.rb @@ -9,7 +9,7 @@ module Bake module Gem # GitHub pull request and release orchestration for bake-gem. module GitHub - VERSION = "0.3.0" + VERSION = "0.3.1" end end end diff --git a/readme.md b/readme.md index 52eb63b..1a33239 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,11 @@ Please see the [project documentation](https://socketry.github.io/bake-gem-githu Please see the [project releases](https://socketry.github.io/bake-gem-github/releases/index) for all releases. +### v0.3.1 + + - Publish validated release PRs from pushes to the default branch, retaining the exact merged commit and environment approval without requiring `pull_request_target`. + - Queue publishing jobs without replacing pending releases when later changes land. + ### v0.3.0 - Configure publishing environment reviewers through release setup while preserving existing environment protections. diff --git a/releases.md b/releases.md index 0d288a6..fb20101 100644 --- a/releases.md +++ b/releases.md @@ -1,6 +1,6 @@ # Releases -## Unreleased +## v0.3.1 - Publish validated release PRs from pushes to the default branch, retaining the exact merged commit and environment approval without requiring `pull_request_target`. - Queue publishing jobs without replacing pending releases when later changes land.