|
|
|
|
|
by gowld
1771 days ago
|
|
That's regular Semantic Versioning https://semver.org/ > Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable. > Version 1.0.0 defines the public API. The way in which the version number is incremented after this release is dependent on this public API and how it changes. > If your software is being used in production, it should probably already be 1.0.0. |
|