0.1.2
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:57:18 -0800
2 files changed,
6 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,8 @@
+## 0.1.2 (2009-11-02) + +* Renamed to `github-markup` +* Bugfix: POD rendering works now, not just index + ## 0.1.1 (2009-11-02) * Added `GitHub::Markup.can_render?` helper.
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.1.1' + Version = '0.1.2' end end