Skip to content

Commit 090f98e

Browse files
authored
Merge pull request #3 from inferno-framework/release-091
release 0.9.1
2 parents d473f2a + 6a964ee commit 090f98e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 0.9.1
2+
* Update official test kit title and readme to reflect testing scope; remove outdate ci workflow by @rpassas in https://github.com/inferno-framework/cancer-registry-reporting-test-kit/pull/2
3+
14
# 0.9.0
2-
Initial public release of Cancer Registry Reporting Test Kit in GitHub.
5+
Initial public release of Cancer Registry Reporting Test Kit in GitHub.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cancer_registry_reporting_test_kit (0.9.0)
4+
cancer_registry_reporting_test_kit (0.9.1)
55
inferno_core (~> 0.6.8)
66
us_core_test_kit (~> 0.11.1)
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module CancerRegistryReportingTestKit
4-
VERSION = '0.9.0'
5-
LAST_UPDATED = '2025-05-07' # TODO: update next release
4+
VERSION = '0.9.1'
5+
LAST_UPDATED = '2025-05-13' # TODO: update next release
66
end

0 commit comments

Comments
 (0)