Skip to content

Commit

Permalink
Release 0.8.0 (#193)
Browse files Browse the repository at this point in the history
* Release 0.8.0

* Update CHANGELOG.md

Co-authored-by: Stephen MacVicar <Jammjammjamm@users.noreply.github.com>

---------

Co-authored-by: Yunwei Wang <>
Co-authored-by: Stephen MacVicar <Jammjammjamm@users.noreply.github.com>
  • Loading branch information
yunwwang and Jammjammjamm authored Aug 1, 2024
1 parent 7540665 commit 14dd3bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.8.0
* FI-2792 Add US Core Test Suite for US Core IG v7.0.0
* FI-2959 Add code system check to MustSupport test on requiredBinding slice
* FI-2955 Include code system when checking for resources to read
* FI-2957 Support optional granular searches
* FI-2979 Update filter for provenance-1 error

# 0.7.2
* FI-2497 Handle instantiate and supportedProfile with version by @yunwwang in
https://github.com/inferno-framework/us-core-test-kit/pull/185

# 0.7.1
* FI-2455 granular scope read tests by @360dgries in
https://github.com/inferno-framework/us-core-test-kit/pull/170
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
us_core_test_kit (0.7.1)
us_core_test_kit (0.8.0)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/us_core_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module USCoreTestKit
VERSION = '0.7.1'
VERSION = '0.8.0'
end

0 comments on commit 14dd3bf

Please sign in to comment.