Skip to content

Commit a26b6ab

Browse files
authored
protocols/autonat: Add changelog and start version at v0.1.0 (#2444)
The `libp2p-autonat` crate has never been released, thus it should start at `v0.1.0`.
1 parent fad9980 commit a26b6ab

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ getrandom = "0.2.3" # Explicit dependency to be used in `wasm-bindgen` feature
7676
instant = "0.1.11" # Explicit dependency to be used in `wasm-bindgen` feature
7777
lazy_static = "1.2"
7878

79-
libp2p-autonat = { version = "0.20.0", path = "protocols/autonat", optional = true }
79+
libp2p-autonat = { version = "0.1.0", path = "protocols/autonat", optional = true }
8080
libp2p-core = { version = "0.31.0", path = "core", default-features = false }
8181
libp2p-floodsub = { version = "0.33.0", path = "protocols/floodsub", optional = true }
8282
libp2p-gossipsub = { version = "0.35.0", path = "./protocols/gossipsub", optional = true }

protocols/autonat/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.1.0 [unreleased]
2+
3+
- Initial release.

protocols/autonat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p-autonat"
33
edition = "2021"
44
rust-version = "1.56.1"
5-
version = "0.20.0"
5+
version = "0.1.0"
66
authors = ["David Craven <[email protected]>", "Elena Frank <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)