0.2.1
Chris Wanstrath chris@ozmm.org
Mon, 25 Jan 2010 10:22:00 -0800
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.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.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.2.0' + Version = '0.2.1' end end