Skip to content

Commit 9e24e6e

Browse files
committed
Bump version to 1.7.2
1 parent 17f0a72 commit 9e24e6e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v1.7.2](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.1...v1.7.2) - 2018-11-20
10+
- Mount `/tmp` into the container to support `agent-socket` experimental feature [#40](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/40) (thanks @dreyks)
11+
- Update README example to use plugin array syntax [#41](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/41)
12+
913
## [v1.7.1](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.0...v1.7.1) - 2018-10-11
1014
- Fix error handling when truncating and an input fails to download [#38](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/38)
1115

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.7.1:
60+
- bugcrowd/test-summary#v1.7.2:
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.7.1'
4+
VERSION = '1.7.2'
55
end

0 commit comments

Comments
 (0)