From 2fe698312506a19cee76706aa84924eca303ce46 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 21 Jun 2012 23:10:10 -0700 Subject: [PATCH] versioning scheme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 224038b..15421b4 100644 --- a/README.md +++ b/README.md @@ -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 `..` which will be incremented for +breaking backward compat and major reworks, new features without breaking +change, and bug fixes, respectively. + + # License