Skip to content

Commit

Permalink
Merge pull request #134 from buildkite/v1.1.1
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
JuanitoFatas authored Jun 30, 2022
2 parents befa1a7 + 674c69c commit 1e1ec25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v1.1.1

- Strip CR/LF from token input #127 - @gchan
- Allow specify run name prefix and suffix #130 - @juanitofatas
- Improve Minitest support by using after_teardown #131 - @davidstosik
- Avoid breaking test suite stubs `Process.clock_gettime` #132 - @juanitofatas (thanks @ChrisBR)

## v1.1.0

- Remove an internal debugging change #115@juanitofatas
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:
buildkite-test_collector (1.1.0)
buildkite-test_collector (1.1.1)
activesupport (>= 5.2, < 8)
websocket (~> 1.2)

Expand All @@ -17,7 +17,7 @@ GEM
diff-lcs (1.4.4)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest (5.16.1)
rake (13.0.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
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.0"
VERSION = "1.1.1"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 1e1ec25

Please sign in to comment.