Replies: 2 comments 7 replies
-
I guess though from my PoV it's kind of weird to have a permanent It's hard to say "never" but to me a giant part of the goal of this project is that we don't pull a "2.0" version or higher, i.e. we don't ever break compat. And the chance that we release upstream patch fixes (given the release cadence) is pretty low. So I dunno, a different alternative here is: Don't be semver. Instead we use the "minor" version bumps to denote larger features (perhaps once every 3 months?), and the patch version to denote smaller releases? But, dunno...maybe that's really not significantly better enough than just saying we use semver. |
Beta Was this translation helpful? Give feedback.
-
I'm all for being "more semver", mostly because that's the most boring and expected thing that we can do. If I see a project with an X.Y.Z version scheme, I'm going to assume semver is implied. Better to not confuse people unnecessarily. |
Beta Was this translation helpful? Give feedback.
-
This came up in team chat but basically the proposal is to try to be "more semver" and bump the minor and not the patch version each time.
This would make our version numbers strongly resemble e.g. Rust's.
Beta Was this translation helpful? Give feedback.
All reactions