diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dbb4e1..0581f4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,22 @@ Major release (we fell behind on creating tagged releases for a while) -- many a | hannahhoward | 13 | +1663/-1906 | 184 | | Hector Sanjuan | 2 | +95/-0 | 3 | +# go-graphsync 0.1.1 + +Minor fix for alternate persistence stores and deduplication + +### Changelog + +- github.com/ipfs/go-graphsync: + - docs(CHANGELOG): update for v0.1.0 release ([ipfs/go-graphsync#84](https://github.com/ipfs/go-graphsync/pull/84)) + - Dedup by key extension (#83) ([ipfs/go-graphsync#83](https://github.com/ipfs/go-graphsync/pull/83)) + +### Contributors + +| Contributor | Commits | Lines ± | Files Changed | +|-------------|---------|---------|---------------| +| Hannah Howard | 1 | +316/-7 | 10 | + ### 🙌🏽 Want to contribute? Would you like to contribute to this repo and don’t know how? Here are a few places you can get started: diff --git a/dedupkey/dedupkey.go b/dedupkey/dedupkey.go index 0bbd5613..e5fde1a3 100644 --- a/dedupkey/dedupkey.go +++ b/dedupkey/dedupkey.go @@ -1,8 +1,9 @@ package dedupkey import ( - "github.com/ipfs/go-graphsync/ipldutil" basicnode "github.com/ipld/go-ipld-prime/node/basic" + + "github.com/ipfs/go-graphsync/ipldutil" ) // EncodeDedupKey returns encoded cbor data for string key