From ae17b3db28258a55663d6ff839884be50dbd7ce3 Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Wed, 6 Nov 2024 13:50:13 -0600 Subject: [PATCH 1/3] Bump version --- Gemfile.lock | 2 +- lib/subscriptions_test_kit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45c6df4..750c298 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - subscriptions_test_kit (0.9.2) + subscriptions_test_kit (0.10.0) inferno_core (~> 0.5.0) GEM diff --git a/lib/subscriptions_test_kit/version.rb b/lib/subscriptions_test_kit/version.rb index 36c1b3a..95168f4 100644 --- a/lib/subscriptions_test_kit/version.rb +++ b/lib/subscriptions_test_kit/version.rb @@ -1,3 +1,3 @@ module SubscriptionsTestKit - VERSION = '0.9.2'.freeze + VERSION = '0.10.0'.freeze end From 1041c554320cce004848c08b803407a1b7445d85 Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Wed, 6 Nov 2024 13:54:12 -0600 Subject: [PATCH 2/3] Add changelog --- CHANGELOG.MD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.MD diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..032ed6c --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,18 @@ +## 0.10.0 + +* put requirements coverage in sync with id change by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/3 +* Fi-3237: Rubocop and Continuous Integration by @tstrass in https://github.com/inferno-framework/subscriptions-test-kit/pull/4 +* FI-3410: Update inferno core requirement by @Jammjammjamm in https://github.com/inferno-framework/subscriptions-test-kit/pull/9 +* Updated typo in text by @nhcady in https://github.com/inferno-framework/subscriptions-test-kit/pull/6 + +## v0.9.2 + +* Shorten group and test ids to prevent errors when running on postgres such as on inferno.healthit.gov. + +## v0.9.1 + +* Move roo gem to a development dependency and update the version + +## v0.9.0 + +* Initial public release of the Inferno Subscriptions Test Kit. \ No newline at end of file From 3748a89932a6ed428450e1c8723a38f96957b4dc Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Thu, 7 Nov 2024 08:05:19 -0600 Subject: [PATCH 3/3] Downgrade release to patch, version to 0.9.3 --- CHANGELOG.MD | 2 +- Gemfile.lock | 2 +- lib/subscriptions_test_kit/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 032ed6c..420c053 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,4 @@ -## 0.10.0 +## 0.9.3 * put requirements coverage in sync with id change by @karlnaden in https://github.com/inferno-framework/subscriptions-test-kit/pull/3 * Fi-3237: Rubocop and Continuous Integration by @tstrass in https://github.com/inferno-framework/subscriptions-test-kit/pull/4 diff --git a/Gemfile.lock b/Gemfile.lock index 750c298..a0b4ba9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - subscriptions_test_kit (0.10.0) + subscriptions_test_kit (0.9.3) inferno_core (~> 0.5.0) GEM diff --git a/lib/subscriptions_test_kit/version.rb b/lib/subscriptions_test_kit/version.rb index 95168f4..3c38572 100644 --- a/lib/subscriptions_test_kit/version.rb +++ b/lib/subscriptions_test_kit/version.rb @@ -1,3 +1,3 @@ module SubscriptionsTestKit - VERSION = '0.10.0'.freeze + VERSION = '0.9.3'.freeze end