google / btree

BTree provides a simple, ordered, in-memory data structure for Go programs.
Apache License 2.0
3.9k stars 414 forks source link

Tagged releases #24

Closed jsha closed 4 years ago

jsha commented 6 years ago

Hi,

As Go moves towards semantic versioning and vendoring, it would be really helpful to have a tagged release of btree following semantic versioning. For instance, you could run:

git checkout master; git tag v1.0.0; git push v1.0.0

Which would define the current version to be v1.0.0.