Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Jun 22, 2017
1 parent ee47450 commit 5e2746b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This log summarizes the changes in each released version of rouge. The versionin
we use is semver, although we will often release new lexers in minor versions, as a
practical matter.

## version 2.1.1: 2017-06-21

* rougify: display help when called with no arguments
* console: bugfix for line continuations dropping characters
* make: properly handle code that doesn't end in a newline
* fix some warnings with -w, add a rubocop configuration

## version 2.1.0: 2017-06-06

* javascript:
Expand Down
2 changes: 1 addition & 1 deletion lib/rouge/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rouge
def self.version
"2.1.0"
"2.1.1"
end
end

0 comments on commit 5e2746b

Please sign in to comment.