Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 15, 2010
1 parent 36b1f8f commit a8a837c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== HEAD
== 0.9.0 / 2010-12-15
* Minor Enhancements
* Use OptionParser's [no-] functionality for better boolean parsing.
* Add Drupal migrator (#245)
Expand Down
6 changes: 4 additions & 2 deletions jekyll.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'jekyll'
s.version = '0.8.0'
s.date = '2010-11-22'
s.version = '0.9.0'
s.date = '2010-12-15'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down Expand Up @@ -68,6 +68,8 @@ Gem::Specification.new do |s|
lib/jekyll/generators/pagination.rb
lib/jekyll/layout.rb
lib/jekyll/migrators/csv.rb
lib/jekyll/migrators/drupal.rb
lib/jekyll/migrators/marley.rb
lib/jekyll/migrators/mephisto.rb
lib/jekyll/migrators/mt.rb
lib/jekyll/migrators/textpattern.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Expand Up @@ -45,7 +45,7 @@ def require_all(path)
require_all 'jekyll/tags'

module Jekyll
VERSION = '0.8.0'
VERSION = '0.9.0'

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

0 comments on commit a8a837c

Please sign in to comment.