Skip to content

Commit 77fc4c0

Browse files
committed
release 0.3.0
1 parent d82396e commit 77fc4c0

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

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

99
## Version
1010

11-
0.2.13 - stable and versioned using [semantic versioning](http://semver.org/).
11+
0.3.0 - stable and versioned using [semantic versioning](http://semver.org/).
12+
13+
**NOTE:** 0.3.0 introduces a new theme which is not backwards compatible in the sense it won't _look_ like the old version.
14+
However, the actual API has not changed at all.
15+
You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes.
1216

1317
## Contributing
1418

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.13",
8+
'version' => "0.3.0",
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.13
34+
version : 0.3.0
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

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.3.0 : 2013.02.24**
9+
- **Features**
10+
- Update twitter bootstrap to 2.2.2. Add responsiveness and update design a bit.
11+
- @techotaku fixes custom tagline support (finally made it in!)
12+
- @opie4624 adds ability to set tags from the command-line.
13+
- @lax adds support for RSS feed. Adds rss and atom html links for discovery.
14+
- Small typo fixes.
15+
16+
- **Bug Fixes**
17+
- @xuhdev fixes theme:install bug which does not overwrite theme even if saying 'yes'.
18+
819
- **0.2.13 : 2012.03.24**
920
- **Features**
1021
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.

0 commit comments

Comments
 (0)