release 0.3.0
This commit is contained in:
parent
d82396e81f
commit
77fc4c0d57
4 changed files with 18 additions and 3 deletions
|
@ -8,7 +8,11 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>
|
||||||
|
|
||||||
## Version
|
## Version
|
||||||
|
|
||||||
0.2.13 - stable and versioned using [semantic versioning](http://semver.org/).
|
0.3.0 - stable and versioned using [semantic versioning](http://semver.org/).
|
||||||
|
|
||||||
|
**NOTE:** 0.3.0 introduces a new theme which is not backwards compatible in the sense it won't _look_ like the old version.
|
||||||
|
However, the actual API has not changed at all.
|
||||||
|
You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -5,7 +5,7 @@ require 'time'
|
||||||
|
|
||||||
SOURCE = "."
|
SOURCE = "."
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
'version' => "0.2.13",
|
'version' => "0.3.0",
|
||||||
'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"),
|
||||||
|
|
|
@ -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.13
|
version : 0.3.0
|
||||||
|
|
||||||
# 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}}
|
||||||
|
|
11
changelog.md
11
changelog.md
|
@ -5,6 +5,17 @@ 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.3.0 : 2013.02.24**
|
||||||
|
- **Features**
|
||||||
|
- Update twitter bootstrap to 2.2.2. Add responsiveness and update design a bit.
|
||||||
|
- @techotaku fixes custom tagline support (finally made it in!)
|
||||||
|
- @opie4624 adds ability to set tags from the command-line.
|
||||||
|
- @lax adds support for RSS feed. Adds rss and atom html links for discovery.
|
||||||
|
- Small typo fixes.
|
||||||
|
|
||||||
|
- **Bug Fixes**
|
||||||
|
- @xuhdev fixes theme:install bug which does not overwrite theme even if saying 'yes'.
|
||||||
|
|
||||||
- **0.2.13 : 2012.03.24**
|
- **0.2.13 : 2012.03.24**
|
||||||
- **Features**
|
- **Features**
|
||||||
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
|
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
|
||||||
|
|
Loading…
Add table
Reference in a new issue