Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Jun 27, 2016
1 parent dfcf019 commit db57936
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.0.2: 2016-06-27

* liquid: support variables ending in question marks (thanks @brettg!)
* new lexer: IDL (thanks @sappjw!)
* javascript:
- fix bug causing `:` error tokens (#497)
- support for ES6 string interpolation with backticks (thanks @iRath96!)
* csharp: allow comments at EOF
* java: allow underscored numeric literals (thanks @vandiedakaf!)
* terminal formatter: theme changes had broken this formatter, this is fixed.
* shell: support "ansi strings" - `$'some-string\n'`

## version 2.0.1: 2016-06-15

* Bugfix for `Formatter#token_lines` without a block
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.0.1"
"2.0.2"
end
end

0 comments on commit db57936

Please sign in to comment.