multiformats / go-multistream

an implementation of the multistream protocol in go
MIT License
40 stars 27 forks source link

release v0.5.0 #108

Closed marten-seemann closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.5.0

Comparing to: v0.4.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 868c702..575da6a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
 module github.com/multiformats/go-multistream

-go 1.19
+go 1.20

 require github.com/multiformats/go-varint v0.0.6

gorelease says:

# github.com/multiformats/go-multistream
## incompatible changes
ErrNotSupported: changed from ErrNotSupported[T StringLike] to ErrNotSupported[T StringLike]
Handler: changed from Handler[T StringLike] to Handler[T StringLike]
HandlerFunc: changed from HandlerFunc[T StringLike] to HandlerFunc[T StringLike]
MultistreamMuxer: changed from MultistreamMuxer[T StringLike] to MultistreamMuxer[T StringLike]
NewMultistreamMuxer: changed from func() *MultistreamMuxer[T] to func() *MultistreamMuxer[T]
SelectWithSimopenOrFail: removed

# summary
Suggested version: v0.5.0

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.