From 27f3df899770c498f95099da93a2fcb763767961 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 11:43:12 -0700 Subject: [PATCH] README: bbolt uses semantic versioning Signed-off-by: Gyuho Lee --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 787fec3..0268403 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ consistency and thread safety. Bolt is currently used in high-load production environments serving databases as large as 1TB. Many companies such as Shopify and Heroku use Bolt-backed services every day. +## Project versioning + +bbolt uses [semantic versioning](http://semver.org). +API should not change between patch and minor releases. +New minor versions may add additional features to the API. + ## Table of Contents - [Getting Started](#getting-started)