Skip to content

Bump to v2.8.0 #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# unreleased
# 2.8.0 / 2016-02-29

* [FEATURE] Add link to Reek's code smells documentation (by danielmbarlow)
* [FEATURE] Make RubyCritic usable as Rake Task (by Timo Rößner)
* [CHANGE] Bump Rubocop to 0.37.2 (by Tomasz Pajor)
* [CHANGE] Bump Flay to 2.7.0 (by Tomasz Pajor)
* [CHANGE] Bump Reek to 3.11 (by Tomasz Pajor)
* [CHANGE] Add explicit runtime dependency on ruby_parser ('~> 3.8') (by Nuno Silva)

# 2.7.1 / 2016-02-09

Expand Down
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 = '2.7.1'.freeze
VERSION = '2.8.0'.freeze
end