Skip to content

Commit

Permalink
Release 0436 (#489)
Browse files Browse the repository at this point in the history
* change log

* version bump
  • Loading branch information
rpassas authored May 13, 2024
1 parent 7e7b9d5 commit 2511559
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.4.35
# 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
* FI-2647 Add TestKit metadata DRAFT by @arscan in https://github.com/inferno-framework/inferno-core/pull/476

# 0.4.35
* Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/479
* Bump express from 4.18.3 to 4.19.2 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/480
* Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/481
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.35)
inferno_core (0.4.36)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
base64 (0.2.0)
bcp47 (0.3.3)
i18n
bigdecimal (3.1.7)
bigdecimal (3.1.8)
blueprinter (0.25.2)
byebug (11.1.3)
codecov (0.5.2)
Expand Down Expand Up @@ -169,24 +169,24 @@ GEM
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
mime-types-data (3.2024.0507)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.0)
multipart-post (2.4.1)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
mustermann-contrib (1.1.2)
hansi (~> 0.2.0)
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.4-arm64-darwin)
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
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.35'.freeze
VERSION = '0.4.36'.freeze
end

0 comments on commit 2511559

Please sign in to comment.