Replies: 1 comment 3 replies
-
nothing is stopping you from using epoch versioning for your crates. it is essentially compatible with semantic versioning, so there is no conflict there. I don't think we'll use it as a first-class feature though, unless the majority of crates switch to it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I watched this video on epoch versioning, and generally how semantic versioning is not that great.
And it's obvious that since semantic versioning was truly great when it was introduced a lot of places adopted it and use it to this day as their main way of tracking versions.
I'm not necessarily suggesting that we should add epoch versioning as a superior model, but maybe we could discuss this and see if there is a better way.
I'm thinking of either adding epoch versioning as an optional feature of sorts.
To read more on epoch versioning visit here.
P.S. I don't know why there is no discussion about this already, I did do a quick search with "versioning" and "epoch" but there is nothing.
Beta Was this translation helpful? Give feedback.
All reactions