Skip to content

Commit c003d52

Browse files
authored
Release 0.6.5 (#641)
* bump version * bump dependencies * update changelog
1 parent 7a51e41 commit c003d52

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.6.5
2+
* FI-3487: Fix response content types by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/616
3+
* FI-2783: Turn off Accept Charset Request Header by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/620
4+
* FI-3714: Add method to remove runnables by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/628
5+
* FI-3731: Modify cursor behavior to allow tooltips in report by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/625
6+
* FI-3652: Redirect new session button by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/605
7+
* FI-2697: Ignore Unresolved URL Error Messages from Validator by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/626
8+
* FI-3473: Add INFERNO_HOST to Template by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/627
9+
* FI-3778: Allow skip and omit to take blocks by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/631
10+
* FI-3713: Delete empty fields from JSON inputs by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/632
11+
* FI-3715: Add Method to Replace Runnables by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/629
12+
* FI-3428: Implement view-only session sharing by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/585
13+
* FI-3762: Improve IG file loading by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/630
14+
* Fi 3789 add reoder runnable method by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/634
15+
* FI-3791: Add check to JSON parsing for non-JSON strings by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/633
16+
* FI-3722: Add branch for built UI by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/637
17+
* FI-3771: Deprecate legacy validator by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/635
18+
* FI-3063: Add MustSupport assertion by @dehall in https://github.com/inferno-framework/inferno-core/pull/622
19+
120
## 0.6.4
221
* FI-3756: Add suite option default by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/623
322

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inferno_core (0.6.4)
4+
inferno_core (0.6.5)
55
activesupport (~> 6.1.7.5)
66
base62-rb (= 0.3.1)
77
blueprinter (= 0.25.2)
@@ -191,11 +191,11 @@ GEM
191191
mustermann (= 1.1.2)
192192
netrc (0.11.0)
193193
nio4r (2.7.3)
194-
nokogiri (1.16.7-arm64-darwin)
194+
nokogiri (1.18.3-arm64-darwin)
195195
racc (~> 1.4)
196-
nokogiri (1.16.7-x86_64-darwin)
196+
nokogiri (1.18.3-x86_64-darwin)
197197
racc (~> 1.4)
198-
nokogiri (1.16.7-x86_64-linux)
198+
nokogiri (1.18.3-x86_64-linux-gnu)
199199
racc (~> 1.4)
200200
oauth2 (1.4.11)
201201
faraday (>= 0.17.3, < 3.0)
@@ -223,7 +223,7 @@ GEM
223223
puma (5.6.9)
224224
nio4r (~> 2.0)
225225
racc (1.8.1)
226-
rack (2.2.11)
226+
rack (2.2.12)
227227
rack-test (2.1.0)
228228
rack (>= 1.3)
229229
rainbow (3.1.1)

lib/inferno/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Inferno
22
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3-
VERSION = '0.6.4'.freeze
3+
VERSION = '0.6.5'.freeze
44
end

0 commit comments

Comments
 (0)