Skip to content

Commit

Permalink
Release 0.14.0 (#39)
Browse files Browse the repository at this point in the history
* Upgrade inferno_core

* Bump version

* Update CHANGELOG
  • Loading branch information
tstrass authored Dec 6, 2024
1 parent 23b2273 commit 1f05ae2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.14.0
* FI-3222: DTR Client Tests: Use Random Number for Attestation Continuation Links by @degradification in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/20
* FI-3299: Fix Questionnaire Package verification in Payer suite by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/29
* Fix typo in bearer token by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/30
* Add USCore 3.1.1 test group, CRD profile tests by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/26
* Add create and update tests for QuestionnaireResponse and Task by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/31
* FI-3154: Full EHR Adaptive Questionnaire Tests by @vanessuniq in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/22
* FI-3514: Bug fix for inputs for different workflows by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/34
* FI-3435: Documentation for DTR Light EHR release by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/35
* FI-3300: Suite Endpoints by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/37
* FI-3520: update docs to account for new adaptive tests by @karlnaden in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/38

# v0.13.0
* Fix wording in SMART App Launch description by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/18
* FI-3069: Full EHR QuestionnaireResponse verification by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/19
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_dtr_test_kit (0.13.0)
davinci_dtr_test_kit (0.14.0)
inferno_core (~> 0.5.0)
jwt (~> 2.6)
smart_app_launch_test_kit (~> 0.4.4)
Expand Down Expand Up @@ -136,12 +136,12 @@ GEM
hansi (0.2.1)
hashdiff (1.1.0)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.0)
inferno_core (0.5.2)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -180,17 +180,17 @@ GEM
httpclient
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mini_portile2 (2.8.7)
minitest (5.25.1)
mime-types-data (3.2024.1203)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -202,14 +202,14 @@ GEM
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.7)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -224,12 +224,12 @@ GEM
racc
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry (~> 0.10)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand All @@ -254,7 +254,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rouge (4.4.0)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_dtr_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciDTRTestKit
VERSION = '0.13.0'
VERSION = '0.14.0'
end

0 comments on commit 1f05ae2

Please sign in to comment.