Skip to content

Commit 06cb155

Browse files
committed
docs(CHANGELOG): update for v0.11.2
1 parent a830e13 commit 06cb155

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# go-graphsync changelog
22

3+
# go-graphsync v0.11.2
4+
5+
Improvements to diagnostics and new CompletingSend state
6+
7+
### Changelog
8+
9+
- github.com/ipfs/go-graphsync:
10+
- Merge branch 'release/v0.10.8'
11+
- feat(taskqueue): fix race on peer state gather (#303) ([ipfs/go-graphsync#303](https://github.com/ipfs/go-graphsync/pull/303))
12+
- feat(responsemanager): clarify response completion (#304) ([ipfs/go-graphsync#304](https://github.com/ipfs/go-graphsync/pull/304))
13+
14+
### Contributors
15+
16+
| Contributor | Commits | Lines ± | Files Changed |
17+
|-------------|---------|---------|---------------|
18+
| Hannah Howard | 3 | +290/-220 | 24 |
19+
| hannahhoward | 1 | +15/-0 | 1 |
20+
321
# go-graphsync v0.11.1
422

523
Introduction of tracing and various instrumentation tools

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.11.1"
2+
"version": "v0.11.2"
33
}

0 commit comments

Comments
 (0)