🔢Versioning
The version system adopted in GoAkt deviates a bit from the standard semantic versioning system. The version format is as follows:
- The - MAJORpart of the version will stay at- v3for the meantime.
- The - MINORpart of the version will cater for any new features, breaking changes with a note on the breaking changes.
- The - PATCHpart of the version will cater for dependencies upgrades, bug fixes, security patches and co.
The versioning will remain like v3.x.x until further notice.
Last updated