Clarity around versions. Does counting start at zero? Or at one? Why is "0.1.0" the first version? #15536
Labels
Command-new
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
cargo new myproject
produces aCargo.toml
file withversion="0.1.0"
.I always edit this manually to be
version="0.0.1"
when I create a new project.Why should a new project immediately be bumped to "0.1.0" ? Either the counting starts at zero or it starts at one, but it should be consistent. Maybe it should be "0.0.0"?
https://semver.org/ does not appear to address this.
The text was updated successfully, but these errors were encountered: