all repos — markup @ 7a2fae9591545b28e206d5385d74cf7ef2a92dba

The code we use to render README.your_favorite_markup

v0.4.0
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:59:05 -0700
commit

7a2fae9591545b28e206d5385d74cf7ef2a92dba

parent

d33f853614852bcb73eae96221b1029f73eb78ef

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

jump to
M HISTORY.mdHISTORY.md

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

+## 0.4.0 (2010-04-23) + +* Removed man page support until it's ready. + ## 0.3.3 (2010-03-29) * UTF-8 works with ReST now.
M lib/github/markup/version.rblib/github/markup/version.rb

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

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