Skip to content

Commit 12e4175

Browse files
committed
bump to 0.2.7
1 parent beb45da commit 12e4175

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.2.7 - stable and versioned using [semantic versioning](http://semver.org/).
1212

1313
## Contributing
1414

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'yaml'
44

55
SOURCE = "."
66
CONFIG = {
7-
'version' => "0.2.0",
7+
'version' => "0.2.7",
88
'themes' => File.join(SOURCE, "_includes", "themes"),
99
'layouts' => File.join(SOURCE, "_layouts"),
1010
'posts' => File.join(SOURCE, "_posts"),

_config.yml

Lines changed: 1 addition & 1 deletion
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.0
34+
version : 0.2.7
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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.7 : 2012.03.01**
9+
- **Features**
10+
- 0.2.7 : @daz Updates twitter theme framework to use 2.x while still maintaining core layout. #50
11+
@philips and @treggats add support for page.tagline metadata. #31 & #48
12+
- 0.2.6 : @koomar Adds Mixpanel analytics provider. #49
13+
- 0.2.5 : @nolith Adds ability to load custom rake scripts. #33
14+
- 0.2.4 : @tommyblue Updated disqus comments provider to be compatible with posts imported from Wordpress. #47
15+
16+
- **Bug Fixes**
17+
- 0.2.3 : @3martini Adds Windows MSYS Support and error checks for git system calls. #40
18+
- 0.2.2 : @sstar Resolved an issue preventing disabling comments for individual pages #44
19+
- 0.2.1 : Resolve incorrect HOME\_PATH/BASE\_PATH settings
820

921
- **0.2.0 : 2012.02.01**
1022
Features
@@ -19,8 +31,7 @@ P.S. If there is a standard (popular) changelog format, please let me know.
1931

2032
- **0.1.0 : 2012.01.24**
2133
First major versioned release.
22-
23-
Features
34+
Features
2435
- Standardize Public API
2536
- Use name-spacing and modulation where possible.
2637
- Ability to override public methods with custom code.
@@ -32,4 +43,3 @@ P.S. If there is a standard (popular) changelog format, please let me know.
3243
Thank you everybody for dealing with the fast changes and helping
3344
me work out the API to a manageable state.
3445

35-

0 commit comments

Comments
 (0)