Skip to content

Commit 6b0628c

Browse files
author
tessereth
committed
Bump version to v1.5.0
1 parent ec5981a commit 6b0628c

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*

doc/details.png

-79.4 KB
Loading

doc/summary.png

202 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TestSummaryBuildkitePlugin
4-
VERSION = '1.4.0'
4+
VERSION = '1.5.0'
55
end

0 commit comments

Comments
 (0)