Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Jun 14, 2016
1 parent f3dea84 commit e83a35a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# ChangeLog

This log summarizes the changes in each released version of rouge. The versioning scheme
we use is semver, although we will often release new lexers in minor versions, as a
practical matter.

## version 1.11.1: 2016-06-14

* new guesser infrastructure, support for emacs and vim modelines (#489)
* javascript bugfix for nested objects with quoted keys (#496)
* new theme: Gruvbox (thanks @jamietanna!)
* praat: lots of improvements (thanks @jjatria)
* fix for rougify error when highlighting from stdin (#493)

## version 1.11.0: 2016-06-06

* groovy:
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
"1.11.0"
"1.11.1"
end
end

0 comments on commit e83a35a

Please sign in to comment.