Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elstgav committed May 31, 2015
1 parent 2da77fd commit 64e1acb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# SublimeLinter-slim-lint Changelog

## 2.0.0 (5/31/2015)

#### Changed

* Now supports linting while you edit; fixing issue #1
* Requires slim_lint >= 0.5.0

## 1.0.1 (5/17/2015)

* Changed: Lints on file save, as a temporary fix for issue #1
#### Changed

* Lints on file save, as a temporary fix for issue #1

## 1.0.0 (5/10/2015)

Expand Down
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SlimLint(RubyLinter):

version_args = '-S slim-lint --version'
version_re = r'(?P<version>\d+\.\d+\.\d+)'
version_requirement = ' >= 0.5.0'
version_requirement = '>= 0.5.0'

regex = (
r'^.+?:(?P<line>\d+) '
Expand Down

0 comments on commit 64e1acb

Please sign in to comment.