lithammer / fuzzysearch

:pig: Tiny and fast fuzzy search in Go

Home Page:https://pkg.go.dev/github.com/lithammer/fuzzysearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Release + upgrade to go 1.18.

samstride opened this issue · comments

commented

Hi,

Thank you for maintaining this repo.

Was wondering if you could create a new release please? The last release seems to be using go 1.15 and was in Oct 2020.

Thanks.

There hasn't been a release because nothing has really changed. Just some readme fixes. Though I guess the update to golang.org/x/text could warrant a new release.

The fact that the go.mod file mentions go 1.15 just means that 1.15 is the minimum version. See https://go.dev/doc/modules/gomod-ref#go.

Also, the latest release (v1.1.3) was actually released in September 2021.

Or are you having any specific problems?

commented

Hmmm, go proxy was pulling v1.1.1 as of yesterday.

I can see a release for v1.1.3 now. Thanks.

Still experimenting with the package and have no issues so far.

v1.1.3 was only a tag before. But I turned it into a release yesterday. Maybe a tag isn't enough for go proxy 🤷‍♂️