Skip to content

Commit 42441db

Browse files
authored
*: Prepare v0.37.0 release (#2049)
1 parent 807ce10 commit 42441db

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# `libp2p` facade crate
4343

44-
## Version 0.37.0 [unreleased]
44+
## Version 0.37.0 [2021-04-13]
4545

4646
- Update individual crates.
4747
- `libp2p-core`

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.28.2 [unreleased]
1+
# 0.28.2 [2021-04-13]
22

33
- Update dependencies.
44

muxers/yamux/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.32.0 [unreleased]
1+
# 0.32.0 [2021-04-13]
22

33
- Update to `yamux` `v0.9.0` [PR
44
1960](https://github.com/libp2p/rust-libp2p/pull/1960).

protocols/floodsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.29.0 [unreleased]
1+
# 0.29.0 [2021-04-13]
22

33
- Update `libp2p-swarm`.
44

protocols/gossipsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.30.0 [unreleased]
1+
# 0.30.0 [2021-04-13]
22

33
- Update `libp2p-swarm`.
44

protocols/identify/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.29.0 [unreleased]
1+
# 0.29.0 [2021-04-13]
22

33
- Add support for configurable automatic push to connected peers
44
on listen addr changes. Disabled by default.

protocols/kad/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.30.0 [unreleased]
1+
# 0.30.0 [2021-04-13]
22

33
- Update `libp2p-swarm`.
44

protocols/mdns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.30.0 [unreleased]
1+
# 0.30.0 [2021-04-13]
22

33
- Derive `Debug` and `Clone` for `MdnsConfig`.
44

protocols/ping/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.29.0 [unreleased]
1+
# 0.29.0 [2021-04-13]
22

33
- Update `libp2p-swarm`.
44

protocols/relay/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.2.0 [unreleased]
1+
# 0.2.0 [2021-04-13]
22

33
- Update `libp2p-swarm`.
44

0 commit comments

Comments
 (0)