Add semantic versioning to README [skip ci]

This commit is contained in:
Jon Atack 2014-10-26 23:21:01 +01:00
parent b95518bb31
commit 5da6f50532
1 changed files with 10 additions and 0 deletions

View File

@ -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: