Skip to content

Farben Now Follows SemVer 0.x thing

Backstory

So apparently I didn't know that SemVer has a special case for projects on 0.x, which is what Farben currently is at the moment. It reads, basically a 0.x+1 update is the same as a major, breaking update.

I could've ignored it, until I noticed Crates-io follow that rule! Uh oh, my bad for the inconveniences. The Farben public-facing API crate has had nothing short of maybe 3-4 breaking releases (ignore what crates-io says), while core has had the most breaking releases, you know, being internals and all needs constant modifications in new features.

Conclusion

So from now on, which is version frb0.17.1, I am following the 0.x+1 semver thing! You should see it with update frb0.17.2, which I intended to be frb0.18 before finding out about this.

This is so embarassing. Just make great things with Farben...

Cheers, RazkarStudio.