all repos — markup @ 606fc9ac3d2327e79e728479fda84615fbf007fe

The code we use to render README.your_favorite_markup

0.1.7
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:39:28 -0800
commit

606fc9ac3d2327e79e728479fda84615fbf007fe

parent

36ec73065f706fbd073126dcccb4b837be94ef9b

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

jump to
M HISTORY.mdHISTORY.md

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

+## 0.1.7 (2009-11-17) + +* Ditch asciidoc2html, call asciidoc directly + ## 0.1.6 (2009-11-17) * mdown
M lib/github/markup/version.rblib/github/markup/version.rb

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

module GitHub module Markup - Version = '0.1.6' + Version = '0.1.7' end end