From dc046b887dc775a2e15c180abdf71768d503b59c Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:20:43 -0600 Subject: [PATCH] chore(main): release 0.1.4 --- .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 c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/.version.txt b/.version.txt index b1e80bb..845639e 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a452e5..c15574e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/rubyists/leopard/compare/v0.1.3...v0.1.4) (2025-07-31) + + +### Bug Fixes + +* Have to build the gem before we can find it, doh ([#13](https://github.com/rubyists/leopard/issues/13)) ([62053e9](https://github.com/rubyists/leopard/commit/62053e9d2332d37d4d5697035a35adc71833eccd)) + ## [0.1.3](https://github.com/rubyists/leopard/compare/v0.1.2...v0.1.3) (2025-07-31) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 3d9791b..7b9f8b7 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.1.3' + VERSION = '0.1.4' # x-release-please-end end end