Skip to content

Commit b6fcf14

Browse files
authored
Merge pull request #6 from inferno-framework/release-0.10.0
Release 0.10.0
2 parents bf1e1f3 + e3edf49 commit b6fcf14

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# 0.1.0
1+
# 0.10.0
2+
* **Inferno Core Update:** Bumped to version `0.6.4`.
3+
* **Ruby Version Update:** Upgraded Ruby to `3.3.6`.
4+
* **Gemspec Updates:**
5+
* Switched to `git` for specifying files.
6+
* Added `presets` to the gem package.
7+
* Updated dependencies to include the new Ruby and Inferno Core versions.
8+
* **Test Kit Metadata:** Implemented test kit metadata.
9+
* **Environment Updates:** Updated Ruby version in the `Dockerfile` and GitHub Actions workflow.
10+
11+
# 0.9.0
212
* initial release of Smart Health Cards Test Kit

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-
smart_health_cards_test_kit (0.9.0)
4+
smart_health_cards_test_kit (0.10.0)
55
inferno_core (>= 0.6.4)
66
rqrcode
77
rqrcode_core (>= 1.2.0)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SmartHealthCardsTestKit
2-
VERSION = '0.9.0'.freeze
3-
LAST_UPDATED = '2025-02-18'.freeze # TODO: update next release
2+
VERSION = '0.10.0'.freeze
3+
LAST_UPDATED = '2025-02-20'.freeze # TODO: update next release
44
end

0 commit comments

Comments
 (0)