From 5da6f50532d522338d9950da501415abb62905fa Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 26 Oct 2014 23:21:01 +0100 Subject: [PATCH] Add semantic versioning to README [skip ci] --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4c26ec3..15a8a3a 100644 --- a/README.md +++ b/README.md @@ -591,6 +591,16 @@ en: title: Old Ransack Namespaced Title ``` +## Semantic Versioning + +Ransack attempts to follow semantic versioning in the format of `x.y.z`, where: + +x stands for a major version (new features that are not backward-compatible) +y stands for a minor version (new features that are backward-compatible) +z stands for a patch (bug fixes) + +In other words: Major.Minor.Patch. + ## Contributions To support the project: