all repos — markup @ bfc89e49451fa103adf6d138da2b45c0271b000c

The code we use to render README.your_favorite_markup

v0.3.2
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:22:31 -0700
commit

bfc89e49451fa103adf6d138da2b45c0271b000c

parent

550c5f3c9d250f9e75562daa5c180709317f0a48

2 files changed, 7 insertions(+), 2 deletions(-)

jump to
M HISTORY.mdHISTORY.md

@@ -1,6 +1,11 @@

+## 0.3.2 (2010-03-25) + +* Improved test runner +* Forgive ReST problems that aren't user errors. + ## 0.3.1 (2010-03-22) -* Add .rst.txt extension +* Add .rst.txt extension * Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar. ## 0.3.0 (2010-03-11)
M lib/github/markup/version.rblib/github/markup/version.rb

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

module GitHub module Markup - Version = '0.3.1' + Version = '0.3.2' end end