summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-04-06 00:24:21 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-04-06 00:24:21 +0200
commit359db4594e7fc874cf8087f599dc4e96b22e586b (patch)
treedfc51a19634fbc1012e5f0557e8b11a0984cc4da
parent68d76807606ec4ba0764c9bea8f7512e681d25bd (diff)
downloadcoderay-359db4594e7fc874cf8087f599dc4e96b22e586b.tar.gz
bump version to 1.0.7v1.0.7.rc1
-rw-r--r--Changes.textile4
-rw-r--r--lib/coderay/version.rb2
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