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