all repos — markup @ 74d41a91bb58f9ed219e1bc7a094daa1687ad0a8

The code we use to render README.your_favorite_markup

v0.3.3
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:28 -0700
commit

74d41a91bb58f9ed219e1bc7a094daa1687ad0a8

parent

cd04f07a3af80bb279c067b936eec8fd32ef0805

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

jump to
M HISTORY.mdHISTORY.md

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

+## 0.3.3 (2010-03-29) + +* UTF-8 works with ReST now. + ## 0.3.2 (2010-03-25) * Improved test runner
M lib/github/markup/version.rblib/github/markup/version.rb

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

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