Skip to content

Commit

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

* update changelog

* update procedure metadata

* remove us core 5 from matrix generation

* update encounter context tests in matrix metadata

* add encounter context change to changelog

* regenerate matrix
  • Loading branch information
Jammjammjamm authored Jan 10, 2024
1 parent 85ab966 commit 445a94e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 247 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.0.0

* Remove US Core 5 tests (#478).
* Add tests for Encounter context during EHR Launch for US Core 6 (#480).

# 4.1.0

* Restore `component.dataAbsentReason` MustSupport for Blood Pressure profile
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (4.1.0)
onc_certification_g10_test_kit (5.0.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (~> 0.4.20)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.4.24)
inferno_core (0.4.26)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -301,11 +301,11 @@ GEM
inferno_core (>= 0.4.2)
jwt (~> 2.6)
tls_test_kit (~> 0.2.0)
sqlite3 (1.6.9)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
Expand All @@ -323,7 +323,7 @@ GEM
strings (~> 0.2.0)
tty-color (~> 0.5)
tty-screen (~> 0.8)
tty-screen (0.8.1)
tty-screen (0.8.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand Down
Loading

0 comments on commit 445a94e

Please sign in to comment.