Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Blessing committed Aug 16, 2018
1 parent aa42510 commit 3ba03cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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 3.2.1: (2018/08/16)

https://github.com/jneen/rouge/compare/v3.2.0...v3.2.1

* Perl Lexer
* Allow any non-whitespace character to delimit regexes ([#974](https://github.com/jneen/rouge/pull/974) by dblessing)
* Details: In specific cases where a previously unsupported regex delimiter was
used, a later rule could cause a backtrack in the regex system.
This resulted in Rouge hanging for an unspecified amount of time.

## version 3.2.0: (2018/08/02)

https://github.com/jneen/rouge/compare/v3.1.1...v3.2.0
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
"3.2.0"
"3.2.1"
end
end

0 comments on commit 3ba03cc

Please sign in to comment.