Skip to content

Commit

Permalink
Release 0.9.3 (#7)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog
  • Loading branch information
tstrass committed Jun 7, 2024
1 parent d83db64 commit 3b764ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.9.3

* More gracefully handle missing claim and missing fullUrl by @tstrass in https://github.com/inferno-framework/davinci-pas-test-kit/pull/3
* Dependency Updates 2024-06-05 by @Jammjammjamm in https://github.com/inferno-framework/davinci-pas-test-kit/pull/5
* Add client preset by @tstrass in https://github.com/inferno-framework/davinci-pas-test-kit/pull/6

# 0.9.2

* Patch version bump
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_pas_test_kit (0.9.2)
davinci_pas_test_kit (0.9.3)
inferno_core (~> 0.4.34)

GEM
Expand Down Expand Up @@ -173,7 +173,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
2 changes: 1 addition & 1 deletion lib/davinci_pas_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: truen

module DaVinciPASTestKit
VERSION = '0.9.2'.freeze
VERSION = '0.9.3'.freeze
end

0 comments on commit 3b764ae

Please sign in to comment.