We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e405a3 + fe7fa05 commit a5b5d6cCopy full SHA for a5b5d6c
CHANGELOG.md
@@ -0,0 +1,2 @@
1
+# 0.9.0
2
+Initial public release of Cancer Registry Reporting Test Kit in GitHub.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
3
specs:
4
- cancer_registry_reporting_test_kit (0.1.0)
+ cancer_registry_reporting_test_kit (0.9.0)
5
inferno_core (~> 0.6.8)
6
us_core_test_kit (~> 0.11.1)
7
lib/cancer_registry_reporting_test_kit/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module CancerRegistryReportingTestKit
- VERSION = '0.1.0'
- LAST_UPDATED = '2025-03-21' # TODO: update next release
+ VERSION = '0.9.0'
+ LAST_UPDATED = '2025-05-07' # TODO: update next release
end
0 commit comments