Skip to content

Commit 1f9c642

Browse files
committed
chore: bump version to 0.2.1 & 0.6.3
1 parent 0816d01 commit 1f9c642

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# noise-rust-crypto 0.6.3
2+
3+
* Update x25519-dalek dependency to 2.0.1
4+
5+
# noise-protocol 0.2.1
6+
7+
* Update arrayvec dependency to 0.7.6
8+
19
# noise-protocol 0.1.4
210

311
* Update arrayvec dependency to 0.7.2

noise-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Unlicense"
55
name = "noise-protocol"
66
readme = "README.md"
77
repository = "https://github.com/sopium/noise-rust"
8-
version = "0.2.0"
8+
version = "0.2.1"
99
description = "Noise Protocol Framework implementation."
1010
keywords = ["noise"]
1111
categories = ["cryptography"]

noise-ring/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ license = "Unlicense"
55
name = "noise-ring"
66
readme = "README.md"
77
repository = "https://github.com/sopium/noise-rust"
8-
version = "0.2.0"
9-
description = "Ring wrappers for nosie-protocol."
8+
version = "0.2.1"
9+
description = "Ring wrappers for noise-protocol."
1010

1111
[dependencies]
1212
ring = "0.17"
1313
zeroize = "1"
1414

1515
[dependencies.noise-protocol]
1616
path = "../noise-protocol"
17-
version = "0.2.0"
17+
version = "0.2.1"

noise-rust-crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Unlicense"
55
name = "noise-rust-crypto"
66
readme = "README.md"
77
repository = "https://github.com/sopium/noise-rust"
8-
version = "0.6.2"
8+
version = "0.6.3"
99
description = "Wrappers of dalek and RustCrypto crates for noise-protocol"
1010

1111
[features]
@@ -27,7 +27,7 @@ zeroize = { version = "1", default-features = false }
2727

2828
[dependencies.noise-protocol]
2929
path = "../noise-protocol"
30-
version = "0.2.0"
30+
version = "0.2.1"
3131
default-features = false
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)