Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tessereth committed Dec 14, 2018
1 parent 3d1b392 commit 6323af0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.8.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.2...v1.8.0) - 2018-12-14
- Correctly link to jobs post buildkite update [#43](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/43)
- JUnit: Allow disabling the message or details if they aren't relevant [#44](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/44)

## [v1.7.2](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.7.1...v1.7.2) - 2018-11-20
- Mount `/tmp` into the container to support `agent-socket` experimental feature [#40](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/40) (thanks @dreyks)
- Update README example to use plugin array syntax [#41](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/41)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add a build step using the test-summary plugin:
```yaml
- label: annotate
plugins:
- bugcrowd/test-summary#v1.7.2:
- bugcrowd/test-summary#v1.8.0:
inputs:
- label: rspec
artifact_path: artifacts/rspec*
Expand Down
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.7.2'
VERSION = '1.8.0'
end

0 comments on commit 6323af0

Please sign in to comment.