Skip to content

Commit

Permalink
Merge pull request #77 from hintmedia/release/0.1.17
Browse files Browse the repository at this point in the history
Bump version; update changelog
  • Loading branch information
dinjas authored Jul 31, 2020
2 parents 4b64db1 + afb278b commit 56430b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Removed

## [0.1.17] - 2020-07-31

_NB: Some of the changes below were released in versions not reflected in this Changelog. This entry brings us up to date._

### Added

- Add -j1 fallback and failure tracking to statistics.
[I50](https://github.com/dinj-oss/mutator_rails/issues/50) [PR49](https://github.com/dinj-oss/mutator_rails/pull/49)

Expand Down Expand Up @@ -55,7 +65,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Added this changelog.
[I41](https://github.com/dinj-oss/mutator_rails/issues/41) [PR40](https://github.com/dinj-oss/mutator_rails/pull/40)

- Updated Nokogiri gem to 1.8.1 to address a security vulnerability.
[I38](https://github.com/dinj-oss/mutator_rails/issues/38) [PR42](https://github.com/dinj-oss/mutator_rails/pull/42)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mutator_rails (0.1.15)
mutator_rails (0.1.17)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/mutator_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MutatorRails
VERSION = '0.1.15'
VERSION = '0.1.17'
end

0 comments on commit 56430b9

Please sign in to comment.