From 51fe4bc81d5383cedf65ee2a5d6c18dd4c590964 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Thu, 30 Apr 2015 06:18:24 +0100 Subject: [PATCH] [cryptonite] define the versioning scheme for development --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b12ed8f..87378d8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ higher level protocols or higher level implementation. Documentation: [cryptonite on hackage](http://hackage.haskell.org/package/cryptonite) +Versioning +---------- + +Development versions are an incremental number prefixed by 0. +No specific meaning is associated with the versions, specially +no API stability. + +Production versions : TBD + Coding Style ------------