Skip to content

Commit

Permalink
Bump version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tessereth committed Jul 25, 2018
1 parent ec5981a commit 6b0628c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.5.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.4.0...v1.5.0) - 2018-07-25
- JUnit: Don't show an empty message when it's not provided [#21](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/21)
- Remove redcarpet workarounds [#22](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/22)
- Avoid blank lines in html details because CommonMark [#25](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/25)
(thanks for the bug report by @joscha)

## [v1.4.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.3.0...v1.4.0) - 2018-06-17
- Update plugin.yml and re-enable plugin-linter [#14](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/14) (@toolmantim)
- Workaround redcarpet formatting issues [#17](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add a build step using the test-summary plugin:
```yaml
- label: annotate
plugins:
bugcrowd/test-summary#v1.4.0:
bugcrowd/test-summary#v1.5.0:
inputs:
- label: rspec
artifact_path: artifacts/rspec*
Expand Down
Binary file modified doc/details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/test_summary_buildkite_plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TestSummaryBuildkitePlugin
VERSION = '1.4.0'
VERSION = '1.5.0'
end

0 comments on commit 6b0628c

Please sign in to comment.