File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
lib/test_summary_buildkite_plugin Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ v1.7.1] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.0...v1.7.1 ) - 2018-10-11
10+ - Fix error handling when truncating and an input fails to download [ #38 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/38 )
11+
912## [ v1.7.0] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.6.0...v1.7.0 ) - 2018-09-26
1013- JUnit: Expose classname if file attribute does not exist
1114 [ #33 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/33 ) /[ #35 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/35 ) (thanks @timnew )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Add a build step using the test-summary plugin:
5757` ` ` yaml
5858 - label : annotate
5959 plugins :
60- bugcrowd/test-summary#v1.7.0 :
60+ bugcrowd/test-summary#v1.7.1 :
6161 inputs :
6262 - label : rspec
6363 artifact_path : artifacts/rspec*
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module TestSummaryBuildkitePlugin
4- VERSION = '1.7.0 '
4+ VERSION = '1.7.1 '
55end
You can’t perform that action at this time.
0 commit comments