File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def require_all(path)
4545require_all 'jekyll/tags'
4646
4747module 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).
You can’t perform that action at this time.
0 commit comments