From 66881a2e210ba6474f4c4450cbd27f824e9b7e8a Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 11 Jun 2014 16:53:54 +0200 Subject: [PATCH] Release 2.0.1. --- doc/changelog.md | 5 +++++ lib/ruby-lint/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.md b/doc/changelog.md index f5c62dc..3cf5e38 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -5,6 +5,11 @@ This document contains a short summary of the various releases of ruby-lint. For a full list of commits included in each release see the corresponding Git tags (named after the versions). +## 2.0.1 - 2014-06-11 + +* The exit status of ruby-lint is set to 1 when there is data to report. See + for more info. + ## 2.0.0 - 2014-06-06 Although the version number might suggest otherwise this is a rather modest diff --git a/lib/ruby-lint/version.rb b/lib/ruby-lint/version.rb index 0b422e7..57998b9 100644 --- a/lib/ruby-lint/version.rb +++ b/lib/ruby-lint/version.rb @@ -1,3 +1,3 @@ module RubyLint - VERSION = '2.0.0' + VERSION = '2.0.1' end # RubyLint