0.1.7
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:39:28 -0800
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.1.7 (2009-11-17) + +* Ditch asciidoc2html, call asciidoc directly + ## 0.1.6 (2009-11-17) * mdown
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.1.6' + Version = '0.1.7' end end