We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18ce13 commit 20d262bCopy full SHA for 20d262b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v2.6.1
4
+
5
+- Fix missing failed examples if rspec hooks fail #221 - @zhming0
6
7
## v2.6.0
8
9
- Trace spans can be filtered by minimum duration #215 - @pda
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- buildkite-test_collector (2.6.0)
+ buildkite-test_collector (2.6.1)
GEM
remote: https://rubygems.org/
lib/buildkite/test_collector/version.rb
@@ -2,7 +2,7 @@
module Buildkite
module TestCollector
- VERSION = "2.6.0"
+ VERSION = "2.6.1"
NAME = "buildkite-test_collector"
end
0 commit comments