herumi / bls-go-binary

22 stars 22 forks source link

don't use `v2.*.*` to release it #28

Closed cnlangzi closed 1 year ago

cnlangzi commented 1 year ago

v2 is very different from v1. please don't use v2 if it is unnecessary.

https://go.dev/blog/v2-go-modules

herumi commented 1 year ago

I can change to v1.40.0, but can I delete v2?

cnlangzi commented 1 year ago

Yes. in my opinion, it is safe to delete it. because it doesn't work with go mod. so there should be nobody to import it now.

herumi commented 1 year ago

Okay.

herumi commented 1 year ago

I released https://github.com/herumi/bls-go-binary/releases/tag/v1.31.0 .