all repos — markup @ 1f9b0bd183acb44fcc5f5b92ed1d760bfa84356f

The code we use to render README.your_favorite_markup

0.2.2
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 13:13:50 -0800
commit

1f9b0bd183acb44fcc5f5b92ed1d760bfa84356f

parent

24dbb97bf22ff68c4cc0597f05efb258c0d1860c

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

jump to
M HISTORY.mdHISTORY.md

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

+## 0.2.2 (2010-02-09) + +* pod fixes from Ricardo Signes + ## 0.2.1 (2010-01-25) * ReST fixes from Michael Jones
M lib/github/markup/version.rblib/github/markup/version.rb

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

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