Skip to content

Commit 545b28d

Browse files
committed
docs(CHANGELOG): update for v0.13.3
1 parent 9a03a96 commit 545b28d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
# go-graphsync v0.13.3
4+
5+
Minor performance fixes
6+
7+
### Changelog
8+
9+
- github.com/ipfs/go-graphsync:
10+
- fix(graphsync): fix potential lock on context cancel (#391) ([ipfs/go-graphsync#391](https://github.com/ipfs/go-graphsync/pull/391))
11+
- fix: shutdown queue on publish error if not done (#412) ([ipfs/go-graphsync#412](https://github.com/ipfs/go-graphsync/pull/412))
12+
13+
### Contributors
14+
15+
| Contributor | Commits | Lines ± | Files Changed |
16+
|-------------|---------|---------|---------------|
17+
| Hannah Howard | 1 | +33/-0 | 3 |
18+
| Jacob Heun | 1 | +7/-1 | 1 |
19+
320
# go-graphsync v0.13.2
421

522
Minor stability and depedency upgrade prior to future breaking library changes
@@ -49,7 +66,7 @@ Graphsync v0.13.0 is a major new feature release
4966
Key features:
5067

5168
#### Graphsync 2.0 protocol
52-
69+
5370
Graphsync is now a CBOR protocol with an IPLD schema. The new protocol is quite
5471
similar to the protobuf protocol, but slightly smaller, and includes a few major
5572
changes:

version.json

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

0 commit comments

Comments
 (0)