One could argue that if you are relying on magic number schemas to decide if a library is stable enough for your usecase, it is you that is doing it wrong.
It's no longer magic number once you follow semver
https://semver.org
Of course it only offer limited information but this information can tell you whether you should be not confident in it. Pre 1.0 is such a signal.