Versioning
The version system adopted in GoAkt deviates a bit from the standard semantic versioning system. The version format is as follows:
The
MAJOR
part of the version will stay atv3
for the meantime.The
MINOR
part of the version will cater for any new features, breaking changes with a note on the breaking changes.The
PATCH
part 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