caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
801 stars 185 forks source link

Consider switching to semantic versioning #162

Open noisycomputation opened 4 years ago

noisycomputation commented 4 years ago

It looks like the version bump from 1.5 to 1.6 was an API-breaking change. I had been pinned to 1, but things stopped working when I updated to 1.6.

Could you consider moving to semantic versioning?

Is there a reason you don't git tag your version bumps? Having to look at the commit history is not the most efficient way of figuring out what happened when.