all repos — markup @ f09cb9eb522c1df0f5875e05522e56edd0ac58ef

The code we use to render README.your_favorite_markup

v0.5.1
Ryan Tomayko rtomayko@gmail.com
Thu, 30 Sep 2010 06:37:34 -0700
commit

f09cb9eb522c1df0f5875e05522e56edd0ac58ef

parent

f65c5fdad47612d4218b6e37dbfe579179cd048a

2 files changed, 5 insertions(+), 1 deletions(-)

jump to
M HISTORY.mdHISTORY.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.rblib/github/markup/version.rb

@@ -1,5 +1,5 @@

module GitHub module Markup - Version = VERSION = '0.5.0' + Version = VERSION = '0.5.1' end end