Commit e7e42945 authored by hannahhoward's avatar hannahhoward

docs(CHANGELOG): update for 0.3.1

parent 536970d8
# go-graphsync changelog
# go-graphsync 0.3.1
Security fix -- switch to google protobufs
### Changelog
- github.com/ipfs/go-graphsync:
- Switch to google protobuf generator (#105) ([ipfs/go-graphsync#105](https://github.com/ipfs/go-graphsync/pull/105))
- feat(CHANGELOG): update for 0.3.0 ([ipfs/go-graphsync#104](https://github.com/ipfs/go-graphsync/pull/104))
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Hannah Howard | 1 | +472/-1553 | 8 |
# go-graphsync 0.3.0
Significant updates allow for:
......
......@@ -7,11 +7,12 @@
package graphsync_message_pb
import (
reflect "reflect"
sync "sync"
_ "github.com/gogo/protobuf/gogoproto"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment