Skip to content

Commit 20d262b

Browse files
committed
v2.6.1 release
1 parent e18ce13 commit 20d262b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v2.6.1
4+
5+
- Fix missing failed examples if rspec hooks fail #221 - @zhming0
6+
37
## v2.6.0
48

59
- Trace spans can be filtered by minimum duration #215 - @pda

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
buildkite-test_collector (2.6.0)
4+
buildkite-test_collector (2.6.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/buildkite/test_collector/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Buildkite
44
module TestCollector
5-
VERSION = "2.6.0"
5+
VERSION = "2.6.1"
66
NAME = "buildkite-test_collector"
77
end
88
end

0 commit comments

Comments
 (0)