0.1.1
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:58 -0800
2 files changed,
9 insertions(+),
1 deletions(-)
A
HISTORY.md
@@ -0,0 +1,8 @@
+## 0.1.1 (2009-11-02) + +* Added `GitHub::Markup.can_render?` helper. +* Bugfix: Actually check file extensions + +## 0.1.0 (2009-11-02) + +* First release
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.1.0' + Version = '0.1.1' end end