Skip to content

Commit dc8dc0f

Browse files
committed
docs(CHANGELOG): update for v0.13.2
1 parent 937f709 commit dc8dc0f

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# go-graphsync changelog
22

3+
# go-graphsync v0.13.2
4+
5+
Minor stability and depedency upgrade prior to future breaking library changes
6+
7+
### Changelog
8+
9+
- github.com/ipfs/go-graphsync:
10+
- chore(deps): upgrade libp2p & ipld-prime (#389) ([ipfs/go-graphsync#389](https://github.com/ipfs/go-graphsync/pull/389))
11+
- Add .github/workflows/stale.yml
12+
- chore(ipld): switch to using top-level ipld-prime codec helpers (#383) ([ipfs/go-graphsync#383](https://github.com/ipfs/go-graphsync/pull/383))
13+
- feat(requestmanager): read request from context (#381) ([ipfs/go-graphsync#381](https://github.com/ipfs/go-graphsync/pull/381))
14+
- fix: minor typo in error msg
15+
- fix(panics): lift panic recovery up to top of network handling
16+
- feat: expand use of panic handler to cover network and codec interaction
17+
- feat(panics): capture panics from selector execution
18+
19+
### Contributors
20+
21+
| Contributor | Commits | Lines ± | Files Changed |
22+
|-------------|---------|---------|---------------|
23+
| Rod Vagg | 4 | +463/-445 | 50 |
24+
| Hannah Howard | 2 | +246/-108 | 10 |
25+
| hannahhoward | 1 | +116/-38 | 10 |
26+
| ipfs-mgmt-read-write[bot] | 1 | +26/-0 | 1 |
27+
328
# go-graphsync v0.13.1
429

530
A few small stability updates for v0.13.0

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.13.1"
2+
"version": "v0.13.2"
33
}

0 commit comments

Comments
 (0)