Skip to content

Commit

Permalink
Release 0100 (#9)
Browse files Browse the repository at this point in the history
* changelog

* version bump
  • Loading branch information
rpassas authored Jun 6, 2024
1 parent 338d562 commit d98150d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.10.0
* Dependency Updates 2024-03-19 by @Jammjammjamm in https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/3
* Dependency Updates 2024-04-05 by @Jammjammjamm in https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/4
* FI-2429: Migrate to HL7 validator wrapper by @dehall in https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/6
* Dependency Updates 2024-06-05 by @Jammjammjamm in https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/8
* Bump core version in gemspec by @dehall in https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/7

# 0.9.1
* Da Vinci -> DaVinci to match IG by @karlnaden in
https://github.com/inferno-framework/davinci-us-drug-formulary-test-kit/pull/1
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_us_drug_formulary_test_kit (0.9.1)
davinci_us_drug_formulary_test_kit (0.10.0)
inferno_core (>= 0.4.37)
tls_test_kit (~> 0.2.0)

Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
mime-types-data (3.2024.0604)
mini_portile2 (2.8.7)
minitest (5.23.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
tls_test_kit (0.2.1)
tls_test_kit (0.2.2)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_us_drug_formulary_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciUSDrugFormularyTestKit
VERSION = '0.9.1'
VERSION = '0.10.0'
end

0 comments on commit d98150d

Please sign in to comment.