diff options
-rw-r--r-- | Changes.textile | 4 | ||||
-rw-r--r-- | lib/coderay/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index fb9c8d5..470ba33 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,6 +4,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release {{toc}} +h2. Changes in 1.0.7 + +* Fix issue with plugin files not being loaded. [GH-20, thanks to Will Read] + h2. Changes in 1.0.6 * New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip] diff --git a/lib/coderay/version.rb b/lib/coderay/version.rb index 368b963..620e703 100644 --- a/lib/coderay/version.rb +++ b/lib/coderay/version.rb @@ -1,3 +1,3 @@ module CodeRay - VERSION = '1.0.6' + VERSION = '1.0.7' end |