Skip to content

Commit

Permalink
Release 0.11.1 (#22)
Browse files Browse the repository at this point in the history
* Upgrade inferno_core

* Bump version

* Update CHANGELOG
  • Loading branch information
tstrass authored Dec 6, 2024
1 parent 3b87105 commit 960a81c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.11.1

* FI-3301: SuiteEndpoints by @tstrass in https://github.com/inferno-framework/davinci-pas-test-kit/pull/21


# 0.11.0

* Auth info by @vanessuniq in https://github.com/inferno-framework/davinci-pas-test-kit/pull/17
Expand Down
32 changes: 16 additions & 16 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.11.0)
davinci_pas_test_kit (0.11.1)
inferno_core (~> 0.5.0)

GEM
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
domain_name (~> 0.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.0)
inferno_core (0.5.1)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -168,17 +168,17 @@ GEM
json (2.7.2)
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mini_portile2 (2.8.7)
minitest (5.25.1)
mime-types-data (3.2024.1203)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -190,14 +190,14 @@ GEM
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.7)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -212,12 +212,12 @@ GEM
racc
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry (~> 0.10)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand All @@ -240,7 +240,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rouge (4.4.0)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.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: true

module DaVinciPASTestKit
VERSION = '0.11.0'
VERSION = '0.11.1'
end

0 comments on commit 960a81c

Please sign in to comment.