From 606a29fabdfdeae9f497c1ad34550396b5a74a95 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:15:14 -0600 Subject: [PATCH] chore(main): release 0.2.2 --- .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 af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/.version.txt b/.version.txt index 0c62199..ee1372d 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ce99eac..dab7f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/rubyists/leopard/compare/v0.2.1...v0.2.2) (2025-08-15) + + +### Bug Fixes + +* Ensure we exit after saying Bye Bye ([#33](https://github.com/rubyists/leopard/issues/33)) ([11a7584](https://github.com/rubyists/leopard/commit/11a7584dd88e7c7fb4dbfde613b8186dc4253892)) + ## [0.2.1](https://github.com/rubyists/leopard/compare/v0.2.0...v0.2.1) (2025-08-08) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 53e925d..c7b1d39 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.1' + VERSION = '0.2.2' # x-release-please-end end end