Skip to content

Commit

Permalink
Merge pull request #114 from buildkite/release-v101
Browse files Browse the repository at this point in the history
Bump version to v1.0.1
  • Loading branch information
JuanitoFatas authored Jun 7, 2022
2 parents 6573cc0 + 0a5adf0 commit f96b858
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.0.1

- Fix project_dir issue expecting a string, not a Pathname #112@paulca

## v1.0.0

- Option to disable detailed tracing #108 - @blanknite
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.0)
buildkite-test_collector (1.0.1)
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.0"
VERSION = "1.0.1"
NAME = "buildkite-test_collector"
end
end

0 comments on commit f96b858

Please sign in to comment.