Skip to content

Commit

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

* Update changelog
  • Loading branch information
tstrass authored Nov 6, 2024
1 parent 83bdf7f commit 7dc91a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.11.0

* Auth info by @vanessuniq in https://github.com/inferno-framework/davinci-pas-test-kit/pull/17
* FI-3279: PAS Fix Limitation Documentation by @degradification in https://github.com/inferno-framework/davinci-pas-test-kit/pull/18
* FI-3410: Update inferno core requirement by @Jammjammjamm in https://github.com/inferno-framework/davinci-pas-test-kit/pull/19

# 0.10.1

* FI-2970: Fix inquiry Response Must Support Test by @vanessuniq in https://github.com/inferno-framework/davinci-pas-test-kit/pull/12
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.10.1)
davinci_pas_test_kit (0.11.0)
inferno_core (~> 0.5.0)

GEM
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
mini_portile2 (2.8.7)
minitest (5.25.1)
multi_json (1.15.0)
Expand Down
4 changes: 2 additions & 2 deletions 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
# frozen_string_literal: true

module DaVinciPASTestKit
VERSION = '0.10.1'.freeze
VERSION = '0.11.0'
end

0 comments on commit 7dc91a9

Please sign in to comment.