Skip to content

Commit a86349e

Browse files
committed
Add changelog
1 parent 5b2cc52 commit a86349e

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
33
permalink: /:categories/:year/:month/:day/:title
44

5-
exclude: [".rbenv-version", "README.md", "Rakefile"]
5+
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
66
auto: true
77
pygments: true
88

changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Changelog
2+
3+
Public releases are all root nodes.
4+
Incremental version bumps that were not released publicly are nested where appropriate.
5+
6+
P.S. If there is a standard (popular) changelog format, please let me know.
7+
8+
9+
- **0.2.0 : 2012.02.01**
10+
Features
11+
- Add Theme Packages v 0.1.0
12+
All themes should be tracked and maintained outside of JB core.
13+
Themes get "installed" via the Theme Installer.
14+
Theme Packages versioning is done separately from JB core with
15+
the main intent being to make sure theme versions are compatible with the given installer.
16+
17+
- 0.1.2 : @jamesFleeting adds facebook comments support
18+
- 0.1.1 : @SegFaultAX adds tagline as site-wide configuration
19+
20+
- **0.1.0 : 2012.01.24**
21+
First major versioned release.
22+
23+
Features
24+
- Standardize Public API
25+
- Use name-spacing and modulation where possible.
26+
- Ability to override public methods with custom code.
27+
- Publish the theme API.
28+
- Ship with comments, analytics integration.
29+
30+
- **0.0.1 : 2011.12.30**
31+
First public release, lots of updates =p
32+
Thank you everybody for dealing with the fast changes and helping
33+
me work out the API to a manageable state.
34+
35+

0 commit comments

Comments
 (0)