Skip to content

Commit

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

* update changelog
  • Loading branch information
Jammjammjamm committed Aug 8, 2023
1 parent f9ff514 commit 43c35c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.4.18
* Fix a bug which could prevent some test results from appearing until the page
is reloaded.
* Add `vread`, `update`, `patch`, `history`, and system `search` interactions to
the FHIR DSL.
* Fix a JSON parse error which could occur for OAuth Credentials inputs when
switching between the normal input view and the JSON view.
* Make minor visual improvements.

# 0.4.17
* Fix a bug which prevented the swagger documentation from loading when no query
parameters were provided.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.17)
inferno_core (0.4.18)
activesupport (~> 6.1)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -178,9 +178,9 @@ GEM
kramdown (2.4.0)
rexml
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mime-types-data (3.2023.0808)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rouge (4.1.2)
rouge (4.1.3)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.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.17'.freeze
VERSION = '0.4.18'.freeze
end

0 comments on commit 43c35c4

Please sign in to comment.