6529-Collections / nftdelegation

Delegation contract
MIT License
16 stars 7 forks source link

Consider using Semantic Versioning #23

Closed brookr closed 1 year ago

brookr commented 1 year ago

Can we please align the version numbers and releases with SemVer?

Using the major.minor.patch versioning will communicate clearly to anyone using the code what kind of changes are happening with each release.

Since the code is not yet "in produciton" on mainnet, the current major version should be 0. Breaking changes would then increment the major version, while changes that don't modify the interface would increment the minor version, and hot-fixes would increment the patch level.

rookmate commented 1 year ago

Completely agree