Skip to content

Commit 38f7472

Browse files
committed
release 0.10.0-rc1
1 parent 7b9b855 commit 38f7472

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

22

3+
## Diamond Node Software 3.3.5-hbbft-0.10.0
4+
5+
### Summary for Diamond Node Software 3.3.5-hbbft-0.10.0
6+
7+
- 0.10.0
38
## Diamond Node Software 3.3.5-hbbft-0.9.8
49

510
- Improved Hbbft "No Session Exists" handling: https://github.com/DMDcoin/diamond-node/issues/150

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Diamond Node"
33
name = "diamond-node"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.3.5-hbbft-0.9.8"
5+
version = "3.3.5-hbbft-0.10.0-rc1"
66
license = "GPL-3.0"
77
authors = [
88
"bit.diamonds developers",

crates/util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-version"
33
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4-
version = "3.3.5-hbbft-0.9.8"
4+
version = "3.3.5-hbbft-0.10.0-rc1"
55
authors = [
66
"bit.diamonds developers",
77
"OpenEthereum developers",

0 commit comments

Comments
 (0)