Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Feb 24, 2013
1 parent d82396e commit 77fc4c0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,11 @@ For all usage and documentation please see: <http://jekyllbootstrap.com>

## 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

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'time'

SOURCE = "."
CONFIG = {
'version' => "0.2.13",
'version' => "0.3.0",
'themes' => File.join(SOURCE, "_includes", "themes"),
'layouts' => File.join(SOURCE, "_layouts"),
'posts' => File.join(SOURCE, "_posts"),
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -31,7 +31,7 @@ production_url : http://username.github.com
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
version : 0.2.13
version : 0.3.0

# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{BASE_PATH}}
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Expand Up @@ -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.

- **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**
- **Features**
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
Expand Down

0 comments on commit 77fc4c0

Please sign in to comment.