Skip to content

Commit

Permalink
Merge pull request #172 from buildkite/version-1.5.0
Browse files Browse the repository at this point in the history
Bump version to 1.5.0
  • Loading branch information
nprizal authored Jan 29, 2023
2 parents c40d000 + 5b05fec commit 9995bbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.5.0

- Send `failure_expanded` from minitest #171 - @nprizal

## v1.4.2

- Update collector argument in the Analytics::API payload #170 - @KatieWright26
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PATH
remote: .
specs:
buildkite-test_collector (1.4.2)
buildkite-test_collector (1.5.0)
activesupport (>= 4.2)
websocket (~> 1.2)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.1)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
diff-lcs (1.4.4)
i18n (1.12.0)
concurrent-ruby (~> 1.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.5)
tzinfo (2.0.6)
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.4.2"
VERSION = "1.5.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 9995bbc

Please sign in to comment.