Commit c003d52 1 parent 7a51e41 commit c003d52 Copy full SHA for c003d52
File tree 3 files changed +25
-6
lines changed
3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
20
## 0.6.4
2
21
* FI-3756: Add suite option default by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/623
3
22
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- inferno_core (0.6.4 )
4
+ inferno_core (0.6.5 )
5
5
activesupport (~> 6.1.7.5 )
6
6
base62-rb (= 0.3.1 )
7
7
blueprinter (= 0.25.2 )
@@ -191,11 +191,11 @@ GEM
191
191
mustermann (= 1.1.2 )
192
192
netrc (0.11.0 )
193
193
nio4r (2.7.3 )
194
- nokogiri (1.16.7 -arm64-darwin )
194
+ nokogiri (1.18.3 -arm64-darwin )
195
195
racc (~> 1.4 )
196
- nokogiri (1.16.7 -x86_64-darwin )
196
+ nokogiri (1.18.3 -x86_64-darwin )
197
197
racc (~> 1.4 )
198
- nokogiri (1.16.7 -x86_64-linux )
198
+ nokogiri (1.18.3 -x86_64-linux-gnu )
199
199
racc (~> 1.4 )
200
200
oauth2 (1.4.11 )
201
201
faraday (>= 0.17.3 , < 3.0 )
223
223
puma (5.6.9 )
224
224
nio4r (~> 2.0 )
225
225
racc (1.8.1 )
226
- rack (2.2.11 )
226
+ rack (2.2.12 )
227
227
rack-test (2.1.0 )
228
228
rack (>= 1.3 )
229
229
rainbow (3.1.1 )
Original file line number Diff line number Diff line change 1
1
module Inferno
2
2
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.6.4 ' . freeze
3
+ VERSION = '0.6.5 ' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments