go-git / go-billy

The missing interface filesystem abstraction for Go
https://pkg.go.dev/github.com/go-git/go-billy/v5
Apache License 2.0
324 stars 43 forks source link

new release to include latest commit? #22

Closed ericDeliot closed 1 year ago

ericDeliot commented 2 years ago

Hi,

Could you issue a new release to include the latest commits (walk code) that didn't make it in the last one? Thanks.

Eric

shilkin commented 2 years ago

Agree. I'm going to use util.Walk and currently I have to rely on commit hash.

tnqv commented 2 years ago

util.Walk seems good, I want to use it too.

pjbgf commented 1 year ago

Tag v5.4.0 includes this feature.