6.0.0 #808

Merged
zxq9 merged 4 commits from 6.0.0 into master 2021-05-26 20:06:57 +09:00
Showing only changes of commit 68ae75a671 - Show all commits

View File

@ -15,7 +15,7 @@ The compiler is currently being used three places
## Versioning ## Versioning
Versioning should follow [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the: Versioning should follow the [semantic versioning](https://semver.org/spec/v2.0.0) guidelines. Id est, given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes - MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards compatible manner - MINOR version when you add functionality in a backwards compatible manner