From 47d3f7878123207214f908a684b1ce98b48a0ec9 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:33:42 -0600 Subject: [PATCH] chore(main): release 0.1.7 --- .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 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..287e386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/rubyists/leopard/compare/v0.1.6...v0.1.7) (2025-08-05) + + +### Bug Fixes + +* 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