diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88f7c73..18e45d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/.version.txt b/.version.txt index 845639e..9faa1b7 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index c15574e..cf700ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/rubyists/leopard/compare/v0.1.4...v0.1.5) (2025-07-31) + + +### Bug Fixes + +* Run in blocking mode, not just non-blocking ([#15](https://github.com/rubyists/leopard/issues/15)) ([a659145](https://github.com/rubyists/leopard/commit/a659145d8a04efe3b3932b99ab4c11ef0ba2025e)) + ## [0.1.4](https://github.com/rubyists/leopard/compare/v0.1.3...v0.1.4) (2025-07-31) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 7b9f8b7..4b6cd49 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.4' + VERSION = '0.1.5' # x-release-please-end end end