Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Up to now all development happened on the `dev` branch whereas `master` was always 'deployable'. Releasing a new version included merging it into `master`, tagging it there and then returning back. From now on everything will just happen on the master branch with stable releases marked by git tags. This significantly reduces the overhead involved in releasing new versions.
- Loading branch information