v0.5.0
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:44:45 -0500
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.5.0 (2010-07-07) + +* Added creole support + ## 0.4.0 (2010-04-23) * Removed man page support until it's ready.
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = VERSION = '0.4.0' + Version = VERSION = '0.5.0' end end