Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maschwenk committed Oct 12, 2019
1 parent c4dc780 commit 31cfd8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.10.0](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.9.1...v1.10.0) - 2019-10-12
- Support TAP version 12 plus skipped and TODO tests [#54](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/54)

## [v1.9.1](https://github.com/bugcrowd/test-summary-buildkite-plugin/compare/v1.9.0...v1.9.1) - 2019-05-30
- Fix Checkstyle formatter to be more tolerant of optional attributes [#52](https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/52)

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.9.1:
- bugcrowd/test-summary#v1.10.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.9.1'
VERSION = '1.10.0'
end

0 comments on commit 31cfd8d

Please sign in to comment.