From 48fc060256b50ac13fe77b9af38e39b37d37df1e Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Fri, 12 May 2023 12:32:48 -0400 Subject: [PATCH] Update version and changelog. (#359) --- CHANGELOG.md | 3 +++ Gemfile.lock | 11 ++++++----- lib/inferno/version.rb | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b763108de..eeb79e6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.4.15 +* Fix the appearance of the suite options screen for smaller displays. + # 0.4.14 * Fix a misleading error message when validating resources against a base resource profile. diff --git a/Gemfile.lock b/Gemfile.lock index 71ef5135d..efada73aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.14) + inferno_core (0.4.15) activesupport (~> 6.1) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -192,11 +192,11 @@ GEM mustermann (= 1.1.2) netrc (0.11.0) nio4r (2.5.9) - nokogiri (1.14.3-arm64-darwin) + nokogiri (1.14.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-darwin) + nokogiri (1.14.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.14.4-x86_64-linux) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -290,7 +290,7 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) tty-color (0.6.0) tty-markdown (0.7.2) @@ -323,6 +323,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-20 x86_64-linux diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index b83cab03c..f578272cc 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.14'.freeze + VERSION = '0.4.15'.freeze end