Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Feb 2, 2012
1 parent 5b2cc52 commit a86349e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -2,7 +2,7 @@
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:year/:month/:day/:title

exclude: [".rbenv-version", "README.md", "Rakefile"]
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
auto: true
pygments: true

Expand Down
35 changes: 35 additions & 0 deletions changelog.md
@@ -0,0 +1,35 @@
## Changelog

Public releases are all root nodes.
Incremental version bumps that were not released publicly are nested where appropriate.

P.S. If there is a standard (popular) changelog format, please let me know.


- **0.2.0 : 2012.02.01**
Features
- Add Theme Packages v 0.1.0
All themes should be tracked and maintained outside of JB core.
Themes get "installed" via the Theme Installer.
Theme Packages versioning is done separately from JB core with
the main intent being to make sure theme versions are compatible with the given installer.

- 0.1.2 : @jamesFleeting adds facebook comments support
- 0.1.1 : @SegFaultAX adds tagline as site-wide configuration

- **0.1.0 : 2012.01.24**
First major versioned release.

Features
- Standardize Public API
- Use name-spacing and modulation where possible.
- Ability to override public methods with custom code.
- Publish the theme API.
- Ship with comments, analytics integration.

- **0.0.1 : 2011.12.30**
First public release, lots of updates =p
Thank you everybody for dealing with the fast changes and helping
me work out the API to a manageable state.


0 comments on commit a86349e

Please sign in to comment.