all repos — markup @ 43afedb678f525d2980f9591a399a16eaa8435fe

The code we use to render README.your_favorite_markup

v0.5.0
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:44:45 -0500
commit

43afedb678f525d2980f9591a399a16eaa8435fe

parent

c10fcb67b52c71be304cd4d896e83802836f5453

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

jump to
M HISTORY.mdHISTORY.md

@@ -1,3 +1,7 @@

+## 0.5.0 (2010-07-07) + +* Added creole support + ## 0.4.0 (2010-04-23) * Removed man page support until it's ready.
M lib/github/markup/version.rblib/github/markup/version.rb

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

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