Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump to 0.2.13
  • Loading branch information
plusjade committed Mar 24, 2012
1 parent cbfb9ca commit 9c00269
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>


## Version ## 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 ## Contributing


Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'time'


SOURCE = "." SOURCE = "."
CONFIG = { CONFIG = {
'version' => "0.2.9", 'version' => "0.2.13",
'themes' => File.join(SOURCE, "_includes", "themes"), 'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"), 'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"), 'posts' => File.join(SOURCE, "_posts"),
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -31,7 +31,7 @@ production_url : http://username.github.com
# All Jekyll-Bootstrap specific configurations are namespaced into this hash # All Jekyll-Bootstrap specific configurations are namespaced into this hash
# #
JB : JB :
version : 0.2.9 version : 0.2.13


# All links will be namespaced by BASE_PATH if defined. # All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{BASE_PATH}} # Links in your website should always be prefixed with {{BASE_PATH}}
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Expand Up @@ -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. 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** - **0.2.9 : 2012.03.01**
- **Bug Fixes** - **Bug Fixes**
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified. - 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.
Expand Down

0 comments on commit 9c00269

Please sign in to comment.