Skip to content

Commit

Permalink
Release 0.9.1 (#2)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
Jammjammjamm authored Mar 7, 2024
1 parent 38016cc commit 9f925ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0
# 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

# 0.9.0

* Initial public release.
13 changes: 7 additions & 6 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.0)
davinci_us_drug_formulary_test_kit (0.9.1)
inferno_core (>= 0.4.2)
tls_test_kit (~> 0.2.0)

Expand Down Expand Up @@ -175,14 +175,15 @@ GEM
irb (1.4.2)
reline (>= 0.3.0)
json (2.6.3)
jwt (2.7.1)
jwt (2.8.1)
base64
kramdown (2.4.0)
rexml
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
mime-types-data (3.2024.0305)
mini_portile2 (2.8.5)
minitest (5.18.0)
multi_json (1.15.0)
Expand Down Expand Up @@ -227,7 +228,7 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
rack (2.2.8.1)
rainbow (3.1.1)
rake (13.1.0)
redis (4.8.1)
Expand Down Expand Up @@ -306,8 +307,8 @@ GEM
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.3.0)
tls_test_kit (0.2.0)
inferno_core (>= 0.4.1)
tls_test_kit (0.2.1)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
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.0'
VERSION = '0.9.1'
end

0 comments on commit 9f925ee

Please sign in to comment.