Skip to content

Commit 162a85d

Browse files
committed
Bump to 0.2.9
1 parent 6d97712 commit 162a85d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.8 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.2.9 - 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.8",
8+
'version' => "0.2.9",
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.8
34+
version : 0.2.9
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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.9 : 2012.03.01**
9+
- **Bug Fixes**
10+
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.
11+
812
- **0.2.8 : 2012.03.01**
913
- **Features**
1014
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.

0 commit comments

Comments
 (0)