bkaradzic / go-lz4

Port of LZ4 lossless compression algorithm to Go
BSD 2-Clause "Simplified" License
211 stars 23 forks source link

please tag and version this project #18

Closed aviau closed 8 years ago

aviau commented 8 years ago

Hello,

Can you please tag and version this project?

I am the Debian Maintainer for go-lz4 and versioning would help Debian keep up with development.

bkaradzic commented 8 years ago

Is there preferable way to version it?

Is this ok?

1.0.49

Where 49 comes from git rev-list --count HEAD.

aviau commented 8 years ago

It would be great if you used semver: http://semver.org/

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.

bkaradzic commented 8 years ago

Added https://github.com/bkaradzic/go-lz4/tree/v1.0.0

aviau commented 8 years ago

thanks!