Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Versioning guide

Gustav Kofoed Clausen edited this page Mar 5, 2020 · 1 revision
#major:
- API changes
- Versions that are incompatible with other versions
#minor:
- New features/functionality 
#patch:
- Bug fixes
- refactoring
- Small code changes

Clone this wiki locally