From a4e874c5125d874e365e3940dc84ae3184422fa8 Mon Sep 17 00:00:00 2001 From: Robert Passas <35311744+rpassas@users.noreply.github.com> Date: Mon, 13 May 2024 14:25:49 -0400 Subject: [PATCH] Release 0437 (#490) * version bump * change log --- CHANGELOG.md | 3 +++ Gemfile.lock | 5 +++-- lib/inferno/version.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c83951f0..ff154268e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.4.37 +Aligning changes with published gem - the previously published gem does not include all listed changes. + # 0.4.36 * FI-2533: Add general test endpoints by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/472 * FI-2525: Update colors in Core by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/488 diff --git a/Gemfile.lock b/Gemfile.lock index 68e4e5e3b..e326a6246 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.36) + inferno_core (0.4.37) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -149,8 +149,9 @@ GEM mustermann (~> 1.0) mustermann-contrib (~> 1.0) rack (~> 2.0) - hanami-utils (2.0.0) + hanami-utils (2.1.0) concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) dry-transformer (~> 1.0, < 2) hansi (0.2.1) hashdiff (1.0.1) diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index 740f53f2b..6b3b3d3a2 100644 --- a/lib/inferno/version.rb +++ b/lib/inferno/version.rb @@ -1,4 +1,4 @@ module Inferno # Standard patterns for gem versions: https://guides.rubygems.org/patterns/ - VERSION = '0.4.36'.freeze + VERSION = '0.4.37'.freeze end