Skip to content

Commit

Permalink
Merge pull request #109 from buildkite/release-v1.0.0
Browse files Browse the repository at this point in the history
Prepare v1.0.0 release
  • Loading branch information
blaknite authored Jun 2, 2022
2 parents 711926a + 89b97f4 commit 9f4e811
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.0.0

- Option to disable detailed tracing #108 - @blanknite
- minitest support (beta) #103 - @mariovisic, @blaknite
- Handle re-raised disconnect exceptions #102 - @JuantoFatas
- Make trace lookup faster using a Hash #98 - @blaknite, @mariovisic
- Introduce more configurable logging #97 - @JuanitoFatas

## v0.8.1

- Improve the EOT confirmation #93@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 (0.8.1)
buildkite-test_collector (1.0.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 = "0.8.1"
VERSION = "1.0.0"
NAME = "buildkite-test_collector"
end
end

0 comments on commit 9f4e811

Please sign in to comment.