Skip to content

Commit

Permalink
Release 0.4.28 (#449)
Browse files Browse the repository at this point in the history
* version bump

* changelog
  • Loading branch information
rpassas committed Feb 9, 2024
1 parent 864fc4c commit 64c7a1f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.4.28
* FI-2266: inferno new generator by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/408
* FI-2222: no tests hang fix by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/425
* FI-2318 Allow for form data at session create endpoint by @360dgries in https://github.com/inferno-framework/inferno-core/pull/429
* Fi 2413 optional groups prioritize pass by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/431
* Bump vite from 3.2.7 to 3.2.8 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/436
* Bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in https://github.com/inferno-framework/inferno-core/pull/435
* Fix typo in getting-started.md by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/438
* FI-2405: Create skeleton loader for main app by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/440
* Fi 2116 inferno version cli by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/441
* Inferno Version RSpec Patch by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/444
* FI-2202: Add reactgfm to ReactMarkdown components by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/421
* fi-2237 setting default validator url by @rpassas in https://github.com/inferno-framework/inferno-core/pull/443
* FI-2434: Remove results from last test run query by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/434
* FI-2463 large request fix by @arscan in https://github.com/inferno-framework/inferno-core/pull/445
* FI-2468: Enable different test results in resume_test_route by @tstrass in https://github.com/inferno-framework/inferno-core/pull/446
* FI-2450: Change "2015 Edition Cures Update" to "ONC Certification Update" by @bmath10 in https://github.com/inferno-framework/inferno-core/pull/447

# 0.4.27
* FI-2395: Data rights legend by @bmath10 in https://github.com/inferno-framework/inferno-core/pull/424
* fi-2341 Update docs site to point to preview of new docs site. by @arscan in https://github.com/inferno-framework/inferno-core/pull/430
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.27)
inferno_core (0.4.28)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -180,23 +180,23 @@ GEM
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
mime-types-data (3.2024.0206)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
multipart-post (2.4.0)
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.0)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -282,9 +282,9 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-darwin)
sqlite3 (1.7.2-x86_64-linux)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 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.27'.freeze
VERSION = '0.4.28'.freeze
end

0 comments on commit 64c7a1f

Please sign in to comment.