v0.5.1
Ryan Tomayko rtomayko@gmail.com
Thu, 30 Sep 2010 06:37:34 -0700
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.5.1 (2010-09-30) + +* Support relative path links in rdoc + ## 0.5.0 (2010-07-07) * Added creole support
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = VERSION = '0.5.0' + Version = VERSION = '0.5.1' end end