Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Jan 9, 2015
1 parent 5f57644 commit 18aae48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.3 - 2015-01-09

* ruby-lint now adds errors for certain iteration/loop keywords that are used
outside of loops. See <http://git.io/dsVzhA> for more information.
* The FileScanner was modified to allow it to process directories containing
dashes, see <http://git.io/eNiq9A> for more information.
* Definitions for Mongoid, Sinatra, win32ole, glib2, gtk3, libxml, RubyTree, and
the ALM REST API were added.
* Usage of `Array#|` has been replaced with `Array#+` in
`RubyObject#determine_parent`, leading to a small performance boost, see
<http://git.io/1SIguw> for more information.

## 2.0.2 - 2014-08-05

* Definitions for Celluloid have been added.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyLint
VERSION = '2.0.2'
VERSION = '2.0.3'
end # RubyLint

0 comments on commit 18aae48

Please sign in to comment.