From 3afe32c62cac6d3d318cfdb3e2996fab788d040f Mon Sep 17 00:00:00 2001 From: 360dgries <139473729+360dgries@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:34:55 -0400 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 12 ++++++++++++ Gemfile.lock | 6 +++--- lib/davinci_plan_net_test_kit/version.rb | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42726c4..4360dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 167f1df..ab5ee77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) diff --git a/lib/davinci_plan_net_test_kit/version.rb b/lib/davinci_plan_net_test_kit/version.rb index 690183f..23c6387 100644 --- a/lib/davinci_plan_net_test_kit/version.rb +++ b/lib/davinci_plan_net_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DaVinciPlanNetTestKit - VERSION = '0.9.1' + VERSION = '0.10.0' end