sqlitecloud / sdk

Official SDK repository for SQLite Cloud databases and nodes.
https://sqlitecloud.io
31 stars 3 forks source link

version number / use the same version between drivers #15

Open danielebriggi opened 4 months ago

danielebriggi commented 4 months ago

The idea is to have the same way to version the different drivers by using the most common pattern SemVer like 1.20.14 (major.minor.patch). Then between drivers we can say that those with the same version number in major.minor.x have the same features. The patch part instead is used for driver specific bug fixing or improvements.

Use this convention for commits message to autogenerate changelog: https://www.conventionalcommits.org/en/v1.0.0/#specification