Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
http://jneen.net/ committed Jul 19, 2016
1 parent 3ea4840 commit 8d38e17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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.4: 2016-07-19
## version 2.0.5: 2016-07-19

* bugfix: don't spam stdout from the yaml lexer

## version 2.0.4: 2016-07-19 (yanked)

* new lexer: docker (thanks @KitaitiMakoto!)
* new lexer: fsharp (thanks @raymens!)
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.4"
"2.0.5"
end
end

0 comments on commit 8d38e17

Please sign in to comment.