Skip to content

Commit

Permalink
Prepare for 0.4.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpelelis authored Oct 7, 2020
1 parent 36bd4ba commit 31de38b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Breaking changes are prefixed with a "[BREAKING]" label.

## master (unreleased)

## 0.4.0 (2020-10-07)

### Added

- Builds can be configured to terminate after a specified number of failures,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and [ci-queue](https://github.com/Shopify/ci-queue).
- Sentry integration for monitoring build-level events. See [*Sentry integration*](#sentry-integration).
- [PLANNED] StatsD integration for various build-level metrics and insights.
See [#2](https://github.com/skroutz/rspecq/issues/2).
- Automatic termination of builds after a certain amount of failures. See [*Fail-fast*](#fail-fast).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/rspecq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RSpecQ
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit 31de38b

Please sign in to comment.