v0.3.3
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:28 -0700
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.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.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.3.2' + Version = '0.3.3' end end