Skip to content

Commit 3d04fa2

Browse files
committed
Bump version to 1.9.0
1 parent b8496b0 commit 3d04fa2

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.9.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.8.0...v1.9.0) - 2019-02-21
10+
- Fix bin/run-dev to work with the new array syntax [#45](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/45) (thanks @philwo)
11+
- Update buildkite css files in test layout [#46](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/46)
12+
- Update `MAX_MARKDOWN_SIZE` to 100kb [#47](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/47) (thanks @ticky)
13+
- Move docker images to the bugcrowd organisation [#48](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/48)
14+
915
## [v1.8.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.2...v1.8.0) - 2018-12-14
1016
- Correctly link to jobs post buildkite update [#43](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/43)
1117
- JUnit: Allow disabling the message or details if they aren't relevant [#44](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/44)

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

0 commit comments

Comments
 (0)