Skip to content

Commit fe7fa05

Browse files
author
Yunwei Wang
committed
Release 0.9.0
1 parent 5e405a3 commit fe7fa05

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 0.9.0
2+
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.1.0)
4+
cancer_registry_reporting_test_kit (0.9.0)
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.1.0'
5-
LAST_UPDATED = '2025-03-21' # TODO: update next release
4+
VERSION = '0.9.0'
5+
LAST_UPDATED = '2025-05-07' # TODO: update next release
66
end

0 commit comments

Comments
 (0)