Skip to content

Commit 359db45

Browse files
committed
bump version to 1.0.7
1 parent 68d7680 commit 359db45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes.textile

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
44

55
{{toc}}
66

7+
h2. Changes in 1.0.7
8+
9+
* Fix issue with plugin files not being loaded. [GH-20, thanks to Will Read]
10+
711
h2. Changes in 1.0.6
812

913
* New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip]

lib/coderay/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CodeRay
2-
VERSION = '1.0.6'
2+
VERSION = '1.0.7'
33
end

0 commit comments

Comments
 (0)