all repos — markup @ 38cc6c487a9be468d392388d18bbe51b19bbb760

The code we use to render README.your_favorite_markup

0.2.1
Chris Wanstrath chris@ozmm.org
Mon, 25 Jan 2010 10:22:00 -0800
commit

38cc6c487a9be468d392388d18bbe51b19bbb760

parent

59f9e5ed4f703fec1942e39c1eb080dca9507907

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

jump to
M HISTORY.mdHISTORY.md

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

+## 0.2.1 (2010-01-25) + +* ReST fixes from Michael Jones + ## 0.2.0 (2010-01-10) * org-mode support
M lib/github/markup/version.rblib/github/markup/version.rb

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

module GitHub module Markup - Version = '0.2.0' + Version = '0.2.1' end end