Skip to content

Commit

Permalink
Update version and changelog. (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed May 12, 2023
1 parent 6dee1e7 commit 48fc060
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -323,6 +323,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-20
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 48fc060

Please sign in to comment.