zero-functional / zero-functional

A library providing zero-cost chaining for functional abstractions in Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this project follow semver?

EliteTK opened this issue · comments

I noticed it has a 1.x.y version but I was wondering if the versioning scheme being used is actually semver or something else.

Thanks in advance.

I think we are trying to uphold to semantic version - i.e. new features: increment the minor version, bugfix: increment patch.