8000 bump version to 1.0.7 · tjk/coderay@359db45 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
0