Skip to content

Commit 9c00269

Browse files
committed
bump to 0.2.13
1 parent cbfb9ca commit 9c00269

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
88

99
## Version
1010

11-
0.2.9 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.2.13 - stable and versioned using [semantic versioning](http://semver.org/).
1212

1313
## Contributing
1414

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'time'
55

66
SOURCE = "."
77
CONFIG = {
8-
'version' => "0.2.9",
8+
'version' => "0.2.13",
99
'themes' => File.join(SOURCE, "_includes", "themes"),
1010
'layouts' => File.join(SOURCE, "_layouts"),
1111
'posts' => File.join(SOURCE, "_posts"),

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ production_url : http://username.github.com
3131
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
3232
#
3333
JB :
34-
version : 0.2.9
34+
version : 0.2.13
3535

3636
# All links will be namespaced by BASE_PATH if defined.
3737
# Links in your website should always be prefixed with {{BASE_PATH}}

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Incremental version bumps that were not released publicly are nested where appro
55

66
P.S. If there is a standard (popular) changelog format, please let me know.
77

8+
- **0.2.13 : 2012.03.24**
9+
- **Features**
10+
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
11+
- 0.2.12 : @sway recommends showing page tagline only if tagline is set.
12+
- 0.2.11 : @LukasKnuth adds 'description' meta-data field to post/page scaffold.
13+
14+
- **Bug Fixes**
15+
- 0.2.10 : @koriroys fixes typo in atom feed
16+
817
- **0.2.9 : 2012.03.01**
918
- **Bug Fixes**
1019
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.

0 commit comments

Comments
 (0)