Skip to content

Commit

Permalink
Merge pull request #151 from buildkite/v123
Browse files Browse the repository at this point in the history
Release v1.2.3
  • Loading branch information
JuanitoFatas authored Aug 22, 2022
2 parents 8cb4021 + 2724f0d commit 3f61a6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.2.3

- Add ability to specify execution prefix/suffix #140 - @JuanitoFatas

## v1.1.3
- Use a private reference to JSON.parse to prevent it being mocked #149 - @ghcan

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PATH
remote: .
specs:
buildkite-test_collector (1.1.1)
buildkite-test_collector (1.2.3)
activesupport (>= 5.2, < 8)
websocket (~> 1.2)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
diff-lcs (1.4.4)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.16.1)
minitest (5.16.3)
rake (13.0.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -32,7 +32,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
websocket (1.2.9)

Expand Down
2 changes: 1 addition & 1 deletion lib/buildkite/test_collector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Buildkite
module TestCollector
VERSION = "1.1.3"
VERSION = "1.2.3"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 3f61a6b

Please sign in to comment.