Skip to content

Commit

Permalink
Merge pull request #166 from buildkite/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
gchan authored Dec 14, 2022
2 parents 98f4319 + f306888 commit 40789af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.3.1

- Cope with the gem being loaded but not configured when using minitest #165 - @billhorsman

## v1.3.0

- Fix ETIMEDOUT during socket connection causing non-zero exit code #162 - @blaknite
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
buildkite-test_collector (1.3.0)
buildkite-test_collector (1.3.1)
activesupport (>= 4.2)
websocket (~> 1.2)

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.3.0"
VERSION = "1.3.1"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 40789af

Please sign in to comment.