Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 507 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 507 Bytes

GoSimhash ChangeLog

v1.2.0

  • README:demo: using gosimhash-demo repo instead of example/demo.go
  • api::New() args required -> optional

v1.1.0

v1.0.0

  • add go.mod by go mod init github.com/yanyiwu/gosimhash
  • use github/actions to build and test.
  • upgrade simhash to v0.10.1

v0.10.0

  • add coveralls testing.
  • add deps/ and remove simhash/ .
  • use simhash v0.10.0.

v0.9.0

  • finished basic functions.