ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

(docs) Document version strategy #25

Closed jevonearth closed 5 years ago

jevonearth commented 5 years ago

We plan to use SemVer style versions for tezos-ts but we will make the major version number track the version number of the supported economic protocol.

This would make our first version number v4.0.0 as it would support 004-Pt24m4xi The next major version number (assuming Babylon is accepted) could be v5.0.0 which would correspond with 005-PsBABY5n

Outline;

jevonearth commented 5 years ago

Resolved in #29