Release 1.3.1

This commit is contained in:
risk
2011-07-21 16:30:59 -07:00
parent 7e12de0087
commit c7729f81ad
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -1,3 +1,16 @@
# 1.3.1 / 2011-07-21
* Major Enhancements
* Allow prefixed ID attributes in headers to support internal linking
(#146).
* Markdown pages are rendered through Redcarpet by default (#176).
* Minor Enhancements
* Remove Edit button on Preview pages (#164).
* Simplify Wiki#inspect and Page#inspect.
* Bug Fixes
* Fixed broken preview functionality (#157).
* Fixed sidebar/footer rendering problems related to whitespace (#145).
# 1.3.0 / 2011-04-25
* Major Enhancements
+2 -2
View File
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
s.name = 'gollum'
s.version = '1.3.0'
s.date = '2011-04-25'
s.version = '1.3.1'
s.date = '2011-07-21'
s.rubyforge_project = 'gollum'
s.summary = "A simple, Git-powered wiki."
+1 -1
View File
@@ -20,7 +20,7 @@ require File.expand_path('../gollum/albino', __FILE__)
require File.expand_path('../gollum/sanitization', __FILE__)
module Gollum
VERSION = '1.3.0'
VERSION = '1.3.1'
class Error < StandardError; end