Skip to content

Commit

Permalink
Bump to 4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Feb 27, 2015
1 parent 3c9d982 commit 57a1ca8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Dan Mayer
Robin Curry
Sean Soper
Delwyn de Villiers
Carl Youngblood
Martin Gotink
Carl Youngblood
Andre Arko
Chris Griego
Sathish
Expand Down
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ Each change should fall into categories that would affect whether the release is

As such, a _Feature_ would map to either major (breaking change) or minor. A _bug fix_ to a patch. And _misc_ is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level.

### Master [changes](https://github.com/metricfu/metric_fu/compare/v4.11.3...master)
### Master [changes](https://github.com/metricfu/metric_fu/compare/v4.11.4...master)

* Breaking Changes
* Features
* Fixes
* Misc

### [4.11.4](https://github.com/metricfu/metric_fu/compare/v4.11.3...v4.11.4)

* Fixes
* Hash hotspots output filenames. (Martin Gotink, #247, fixes #246)
* Fix invalid file links for rails best practices (Martin Gotink, #248)
* Add file links to cane and saikuro reports (Martin Gotink, #248)
* Fix incorrectly displaying not covered lines. (Martin Gotink, #249)
* Fix simplecov missing logger dependency. (Martin Gotink, #250, fixes #235)

This comment has been minimized.

Copy link
@bf4

bf4 Feb 27, 2015

Author Member

Thanks @MGotink !!! https://twitter.com/metricfu/status/571145603276791809 (do you have a twitter handle?)

This comment has been minimized.

Copy link
@MGotink

MGotink Feb 27, 2015

m_gotink, although I'm not really using it yet.

* Misc

### [4.11.3](https://github.com/metricfu/metric_fu/compare/v4.11.2...v4.11.3)

Expand Down
2 changes: 1 addition & 1 deletion lib/metric_fu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MetricFu
VERSION = "4.11.3"
VERSION = "4.11.4"
end

0 comments on commit 57a1ca8

Please sign in to comment.