From 7315cb63c5c85e01c15f69b6cb0718a66209d106 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:57:48 -0600 Subject: [PATCH] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 8 ++++++++ lib/leopard/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..55c86c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/.version.txt b/.version.txt index c946ee6..1180819 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.6 +0.1.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ceafd..dfc4b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/rubyists/leopard/compare/v0.1.6...v0.1.7) (2025-08-06) + + +### Bug Fixes + +* Allow non blocking all the way down to the instance level ([#27](https://github.com/rubyists/leopard/issues/27)) ([01748a5](https://github.com/rubyists/leopard/commit/01748a56bc927ee1dbc70d2351fd12037e5b4bef)) +* Stop sending code argument to respond_with_error, it does not accept it ([#23](https://github.com/rubyists/leopard/issues/23)) ([9d87b8c](https://github.com/rubyists/leopard/commit/9d87b8c308a1fdff72769863711bb6bb942b3677)) + ## [0.1.6](https://github.com/rubyists/leopard/compare/v0.1.5...v0.1.6) (2025-08-03) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index e0f8587..8d55d77 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.6' + VERSION = '0.1.7' # x-release-please-end end end