Hacker News new | ask | show | jobs
by kenperkins 5075 days ago
Nothing jumps out at me as significant to bump the version to 0.9. Can someone explain what makes certain changes worthy of the version change?
1 comments

Node follows a even/odd version scheme where even releases are stable and odd releases are unstable. v0.9.0 is just the first release of the unstable v0.9 series.

The versioning scheme is unfortunate because it confuses people. After Node 1.0 we'll switch a less confusing version system.

Is it not standard semver? What will node switch to?
isaac likes semver - so probably that