File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
lib/test_summary_buildkite_plugin Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ v1.5.0] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.4.0...v1.5.0 ) - 2018-07-25
10+ - JUnit: Don't show an empty message when it's not provided [ #21 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/21 )
11+ - Remove redcarpet workarounds [ #22 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/22 )
12+ - Avoid blank lines in html details because CommonMark [ #25 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/25 )
13+ (thanks for the bug report by @joscha )
14+
915## [ v1.4.0] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.3.0...v1.4.0 ) - 2018-06-17
1016- Update plugin.yml and re-enable plugin-linter [ #14 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/14 ) (@toolmantim )
1117- Workaround redcarpet formatting issues [ #17 ] ( https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/17 )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Add a build step using the test-summary plugin:
5252` ` ` yaml
5353 - label : annotate
5454 plugins :
55- bugcrowd/test-summary#v1.4 .0:
55+ bugcrowd/test-summary#v1.5 .0:
5656 inputs :
5757 - label : rspec
5858 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.4 .0'
4+ VERSION = '1.5 .0'
55end
You can’t perform that action at this time.
0 commit comments