summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-01 03:18:33 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-01 03:18:33 -0800
commit12e41751883d7336225cfd039139137bac9eca4d (patch)
tree328effe4139aea37c059e755a532ea702786e088
parentbeb45dace2c99163952b8a60c78bc4bc50aedc97 (diff)
bump to 0.2.7
-rw-r--r--README.md2
-rw-r--r--Rakefile2
-rw-r--r--_config.yml2
-rw-r--r--changelog.md16
4 files changed, 16 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1bcfdd9..401bca5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
## Version
-0.2.0 - stable and versioned using [semantic versioning](http://semver.org/).
+0.2.7 - stable and versioned using [semantic versioning](http://semver.org/).
## Contributing
diff --git a/Rakefile b/Rakefile
index e1364af..4a63f5e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ require 'yaml'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.0",
+ 'version' => "0.2.7",
'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 ec08e3d..4433f52 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.0
+ version : 0.2.7
# 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 6332d58..70537e3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,18 @@ 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.2.7 : 2012.03.01**
+ - **Features**
+ - 0.2.7 : @daz Updates twitter theme framework to use 2.x while still maintaining core layout. #50
+ @philips and @treggats add support for page.tagline metadata. #31 & #48
+ - 0.2.6 : @koomar Adds Mixpanel analytics provider. #49
+ - 0.2.5 : @nolith Adds ability to load custom rake scripts. #33
+ - 0.2.4 : @tommyblue Updated disqus comments provider to be compatible with posts imported from Wordpress. #47
+
+ - **Bug Fixes**
+ - 0.2.3 : @3martini Adds Windows MSYS Support and error checks for git system calls. #40
+ - 0.2.2 : @sstar Resolved an issue preventing disabling comments for individual pages #44
+ - 0.2.1 : Resolve incorrect HOME\_PATH/BASE\_PATH settings
- **0.2.0 : 2012.02.01**
Features
@@ -19,8 +31,7 @@ P.S. If there is a standard (popular) changelog format, please let me know.
- **0.1.0 : 2012.01.24**
First major versioned release.
-
- Features
+ Features
- Standardize Public API
- Use name-spacing and modulation where possible.
- Ability to override public methods with custom code.
@@ -32,4 +43,3 @@ P.S. If there is a standard (popular) changelog format, please let me know.
Thank you everybody for dealing with the fast changes and helping
me work out the API to a manageable state.
- \ No newline at end of file