Skip to content

Commit cd8879a

Browse files
author
tessereth
committed
Bump version to 1.7.0
1 parent 495bc5b commit cd8879a

File tree

3 files changed

+8
-2
lines changed

3 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.7.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.6.0...v1.7.0) - 2018-09-26
10+
- JUnit: Expose classname if file attribute does not exist
11+
[#33](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/33)/[#35](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/35) (thanks @timnew)
12+
- Add support for checkstyle
13+
[#34](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/34)/[#36](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/36) (thanks @timnew)
14+
915
## [v1.6.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.5.0...v1.6.0) - 2018-08-06
1016
- Remove undocumented count-only formatter [#28](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/28)
1117
- JUnit: support custom summary formats [#29](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/29)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.0:
60+
bugcrowd/test-summary#v1.7.0:
6161
inputs:
6262
- label: rspec
6363
artifact_path: artifacts/rspec*
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.6.0'
4+
VERSION = '1.7.0'
55
end

0 commit comments

Comments
 (0)