Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Silva authored and nunosilva800 committed Jun 7, 2019
1 parent 87de0af commit c22ce0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.0.2...master)
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.1.0...master)

*

# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.0.2...v4.1.0)

* [BUGFIX] Assorted fixes in HTML report (by [@jbampton][])
* [BUGFIX] Fix duplicate HTML5 DOCTYPE (by [@jbampton][])
* [BUGFIX] Config options getting overwritten by nil argv options (by [@nathanbwright][])
* [CHANGE] Update Reek dependency to '~> 5.0', '< 6.0' (by [@leksster][])

# 4.0.2 / 2019-03-14 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.0.1...v4.0.2)

Expand Down Expand Up @@ -281,3 +287,5 @@
[@harman28]: https://github.com/harman28
[@lightalloy]: https://github.com/lightalloy
[@jbampton]: https://github.com/jbampton
[@nathanbwright]: https://github.com/nathanbwright
[@leksster]: https://github.com/leksster
2 changes: 1 addition & 1 deletion lib/rubycritic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RubyCritic
VERSION = '4.0.2'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit c22ce0f

Please sign in to comment.