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

Commit

Permalink
Release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Dec 18, 2013
1 parent 4a27fc7 commit 4fbb590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## 1.0.2 - 2013-12-19

This release changes the default file scanner directories from `$PWD` to
`$PWD/app` and `$PWD/lib` as the former proved to be too much trouble. This
release also changes the pre-globbing of the file scanner so that it only
starts looking for files when actually needed.

## 1.0.1 - 2013-12-15

A small bugfix release that contains the following changes/fixes:
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 = '1.0.1'
VERSION = '1.0.2'
end # RubyLint

0 comments on commit 4fbb590

Please sign in to comment.