From 77fc4c0d57f6a08863f2b808a736fb45b307d98a Mon Sep 17 00:00:00 2001 From: Jade Dominguez Date: Sun, 24 Feb 2013 01:51:14 -0800 Subject: [PATCH] release 0.3.0 --- README.md | 6 +++++- Rakefile | 2 +- _config.yml | 2 +- changelog.md | 11 +++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47cbfbdac1..4ec78ed729 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ For all usage and documentation please see: ## Version -0.2.13 - stable and versioned using [semantic versioning](http://semver.org/). +0.3.0 - stable and versioned using [semantic versioning](http://semver.org/). + +**NOTE:** 0.3.0 introduces a new theme which is not backwards compatible in the sense it won't _look_ like the old version. +However, the actual API has not changed at all. +You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes. ## Contributing diff --git a/Rakefile b/Rakefile index f5fb140bf0..18bc7c5010 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'time' SOURCE = "." CONFIG = { - 'version' => "0.2.13", + 'version' => "0.3.0", 'themes' => File.join(SOURCE, "_includes", "themes"), 'layouts' => File.join(SOURCE, "_layouts"), 'posts' => File.join(SOURCE, "_posts"), diff --git a/_config.yml b/_config.yml index 8198178882..882117581c 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ production_url : http://username.github.com # All Jekyll-Bootstrap specific configurations are namespaced into this hash # JB : - version : 0.2.13 + version : 0.3.0 # All links will be namespaced by BASE_PATH if defined. # Links in your website should always be prefixed with {{BASE_PATH}} diff --git a/changelog.md b/changelog.md index 5cad04963d..7965e9d3fe 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,17 @@ Incremental version bumps that were not released publicly are nested where appro P.S. If there is a standard (popular) changelog format, please let me know. +- **0.3.0 : 2013.02.24** + - **Features** + - Update twitter bootstrap to 2.2.2. Add responsiveness and update design a bit. + - @techotaku fixes custom tagline support (finally made it in!) + - @opie4624 adds ability to set tags from the command-line. + - @lax adds support for RSS feed. Adds rss and atom html links for discovery. + - Small typo fixes. + + - **Bug Fixes** + - @xuhdev fixes theme:install bug which does not overwrite theme even if saying 'yes'. + - **0.2.13 : 2012.03.24** - **Features** - 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.