Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries authored Jun 6, 2024
1 parent ed7f3fd commit 3afe32c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.9.2
* dependency updates 2024-06-05 by @Jammjammjamm in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/8
* bump core version in gemspec by @dehall in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/7
* migrated to HL7 validator wrapper by @dehall in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/6
* dependency updates 2024-04-05 by @Jammjammjamm in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/5
* dependency updates 2024-03-19 by @Jammjammjamm in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/4

# 0.9.1
* disclaimer on reference implementation preset not passing by @karlnaden in
https://github.com/inferno-framework/davinci-plan-net-test-kit/pull/1
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_plan_net_test_kit (0.9.1)
davinci_plan_net_test_kit (0.10.0)
inferno_core (>= 0.4.37)
tls_test_kit (~> 0.2.0)

Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
mime-types-data (3.2024.0604)
mini_portile2 (2.8.7)
minitest (5.23.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
tls_test_kit (0.2.1)
tls_test_kit (0.2.2)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_plan_net_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciPlanNetTestKit
VERSION = '0.9.1'
VERSION = '0.10.0'
end

0 comments on commit 3afe32c

Please sign in to comment.