summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-07 14:52:22 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-07 14:52:22 -0800
commit162a85dfb6f2801840b00ae995adeb322487132b (patch)
tree326b08cd7365564d38974bc2c938218d65632502
parent6d97712a41efa1cc0a68751dc776dd8c063befdb (diff)
Bump to 0.2.9
-rw-r--r--README.md2
-rw-r--r--Rakefile2
-rw-r--r--_config.yml2
-rw-r--r--changelog.md4
4 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c5f198..394273c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
## Version
-0.2.8 - stable and versioned using [semantic versioning](http://semver.org/).
+0.2.9 - stable and versioned using [semantic versioning](http://semver.org/).
## Contributing
diff --git a/Rakefile b/Rakefile
index c14bd49..cf975c3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'time'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.8",
+ 'version' => "0.2.9",
'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 c2c0114..5c7da1a 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.8
+ version : 0.2.9
# 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 f166d80..a7c9555 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,10 @@ 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.9 : 2012.03.01**
+ - **Bug Fixes**
+ - 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.
+
- **0.2.8 : 2012.03.01**
- **Features**
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.