versioning scheme

master
Trent Mick 2012-06-21 23:10:10 -07:00
parent 8e24554be4
commit 2fe6983125
1 changed files with 10 additions and 0 deletions

View File

@ -512,6 +512,16 @@ This example emits:
v: 0 } ]
# Versioning
The scheme I follow is most succintly described by the bootstrap guys
[here](https://github.com/twitter/bootstrap#versioning).
tl;dr: All versions a `<major>.<minor>.<patch>` which will be incremented for
breaking backward compat and major reworks, new features without breaking
change, and bug fixes, respectively.
# License