Skip to content

Commit

Permalink
Merge pull request #120 from buildkite/v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
JuanitoFatas authored Jun 21, 2022
2 parents 04d19c0 + c59b835 commit 25676f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v1.1.0

- Remove an internal debugging change #115@juanitofatas
- Remove warnings #116 - @juanitofatas
- Fix old gem name still in debugging and warning messages #117 - @juanitofatas
- Include module from `Minitest` #118 - @juanitofatas
- Fix Minitest loading without using minitest hook #125@paulca

## v1.0.1

- Fix project_dir issue expecting a string, not a Pathname #112@paulca
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.0.1)
buildkite-test_collector (1.1.0)
activesupport (>= 5.2, < 8)
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.0.1"
VERSION = "1.1.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 25676f8

Please sign in to comment.