From fa91b7d48120580e65737f067cc4abe93dcf38dd Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:54:11 -0600 Subject: [PATCH] chore(main): release 0.2.7 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ lib/leopard/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 954b159..054e8bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } diff --git a/.version.txt b/.version.txt index 53a75d6..b003284 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.6 +0.2.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf1c08..99ee86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/rubyists/leopard/compare/v0.2.6...v0.2.7) (2026-04-29) + + +### Features + +* surface handler results to middleware chain ([#47](https://github.com/rubyists/leopard/issues/47)) ([eb046f2](https://github.com/rubyists/leopard/commit/eb046f245cfd3c773167e24b5690308ebb67ff87)) + ## [0.2.6](https://github.com/rubyists/leopard/compare/v0.2.5...v0.2.6) (2026-04-21) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index cb6b985..fb4aa7b 100644 --- a/lib/leopard/version.rb +++ b/lib/leopard/version.rb @@ -3,7 +3,7 @@ module Rubyists module Leopard # x-release-please-start-version - VERSION = '0.2.6' + VERSION = '0.2.7' # x-release-please-end end end