*`master` branch is for stable releases and hotfixes
*`develop` branch is for development of features
Each tag names by rule `major.minor.fix` (1.4.9, 1.1.2, etc.) and creates from master. Version changes by the rule of [semantic versioning](http://semver.org/).