ipfs / go-datastore

key-value datastore interfaces
MIT License
228 stars 64 forks source link

Release v0.5.1 #185

Closed aschmahmann closed 2 years ago

github-actions[bot] commented 2 years ago

Suggested version: v0.5.1 Comparing to: v0.5.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# github.com/ipfs/go-datastore
## incompatible changes
(*NullDatastore).Batch: changed from func() (Batch, error) to func(context.Context) (Batch, error)

# summary
Suggested version: v0.6.0

gocompat says:

"github.com/ipfs/go-datastore".NullDatastore.Batch MethodSignatureChanged
aschmahmann commented 2 years ago

Note: We are releasing as v0.5.1, because the breaking change here should actually have been part of v0.5.0.