v0.4.0
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:59:05 -0700
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.4.0 (2010-04-23) + +* Removed man page support until it's ready. + ## 0.3.3 (2010-03-29) * UTF-8 works with ReST now.
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.3.3' + Version = VERSION = '0.4.0' end end