Skip to content

Commit 5e997ca

Browse files
committed
Release 0.6.2
1 parent f35d287 commit 5e997ca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

History.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
== Edge
1+
== 0.6.2 / 2010-06-25
22
* Bug Fixes
33
* Fix Rakefile 'release' task (tag pushing was missing origin)
44
* Ensure that RedCloth is loaded when textilize filter is used (#183)
55
* Expand source, destination, and plugin paths (#180)
66
* Fix page.url to include full relative path (#181)
77

8-
== 0.6.1
8+
== 0.6.1 / 2010-06-24
99
* Bug Fixes
1010
* Fix Markdown Pygments prefix and suffix (#178)
1111

12-
== 0.6.0
12+
== 0.6.0 / 2010-06-23
1313
* Major Enhancements
1414
* Proper plugin system (#19, #100)
1515
* Add safe mode so unsafe converters/generators can be added

jekyll.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
44
s.rubygems_version = '1.3.5'
55

66
s.name = 'jekyll'
7-
s.version = '0.6.1'
8-
s.date = '2010-06-23'
7+
s.version = '0.6.2'
8+
s.date = '2010-06-25'
99
s.rubyforge_project = 'jekyll'
1010

1111
s.summary = "A simple, blog aware, static site generator."

lib/jekyll.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def require_all(path)
4545
require_all 'jekyll/tags'
4646

4747
module Jekyll
48-
VERSION = '0.6.1'
48+
VERSION = '0.6.2'
4949

5050
# Default options. Overriden by values in _config.yml or command-line opts.
5151
# (Strings rather symbols used for compatability with YAML).

0 commit comments

Comments
 (0)