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.