summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--Rakefile2
-rw-r--r--_config.yml2
-rw-r--r--changelog.md9
4 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 394273c..b29578e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
## Version
-0.2.9 - stable and versioned using [semantic versioning](http://semver.org/).
+0.2.13 - stable and versioned using [semantic versioning](http://semver.org/).
## Contributing
diff --git a/Rakefile b/Rakefile
index 65e8ba5..3abf4e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'time'
SOURCE = "."
CONFIG = {
- 'version' => "0.2.9",
+ 'version' => "0.2.13",
'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 5c7da1a..6e69e22 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.9
+ version : 0.2.13
# 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 a7c9555..5cad049 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,15 @@ 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.13 : 2012.03.24**
+ - **Features**
+ - 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
+ - 0.2.12 : @sway recommends showing page tagline only if tagline is set.
+ - 0.2.11 : @LukasKnuth adds 'description' meta-data field to post/page scaffold.
+
+ - **Bug Fixes**
+ - 0.2.10 : @koriroys fixes typo in atom feed
+
- **0.2.9 : 2012.03.01**
- **Bug Fixes**
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.