Skip to content

Commit d21a4bd

Browse files
committed
Merge branch 'release/v0.4.0'
2 parents a6cbdf5 + 30da430 commit d21a4bd

File tree

6 files changed

+23
-10
lines changed

6 files changed

+23
-10
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## [Unreleased](https://github.com/nymtech/nym/tree/HEAD)
44

5-
[Full Changelog](https://github.com/nymtech/nym/compare/v0.4.0-rc.1...HEAD)
5+
[Full Changelog](https://github.com/nymtech/nym/compare/0.4.0-rc.2...HEAD)
6+
7+
Nym 0.4.0 Platform
8+
9+
In this release, we're taking a lot more care with version numbers, so that we can ensure upgrade compatibility for mixnodes, providers, clients, and validators more easily.
10+
11+
This release also integrates a health-checker and network topology refresh into the Nym client, so that the client can intelligently choose paths which route around any non-functional or incompatible nodes.
12+
13+
## [0.4.0-rc.2](https://github.com/nymtech/nym/tree/0.4.0-rc.2) (2020-01-28)
14+
15+
[Full Changelog](https://github.com/nymtech/nym/compare/v0.4.0-rc.1...0.4.0-rc.2)
616

717
**Merged pull requests:**
818

@@ -72,6 +82,10 @@
7282

7383
[Full Changelog](https://github.com/nymtech/nym/compare/v0.3.1...v0.3.2)
7484

85+
**Merged pull requests:**
86+
87+
- Feature/separate presence address [\#59](https://github.com/nymtech/nym/pull/59) ([jstuczyn](https://github.com/jstuczyn))
88+
7589
## [v0.3.1](https://github.com/nymtech/nym/tree/v0.3.1) (2020-01-16)
7690

7791
[Full Changelog](https://github.com/nymtech/nym/compare/v0.3.0...v0.3.1)
@@ -98,7 +112,6 @@
98112

99113
**Merged pull requests:**
100114

101-
- Feature/separate presence address [\#59](https://github.com/nymtech/nym/pull/59) ([jstuczyn](https://github.com/jstuczyn))
102115
- Feature/client topology filtering [\#54](https://github.com/nymtech/nym/pull/54) ([jstuczyn](https://github.com/jstuczyn))
103116
- print public key for nym client tools [\#53](https://github.com/nymtech/nym/pull/53) ([mileschet](https://github.com/mileschet))
104117
- Showing binding warning on binding to localhost, 0.0.0.0 or 127.0.0.1 [\#52](https://github.com/nymtech/nym/pull/52) ([jstuczyn](https://github.com/jstuczyn))

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mixnode/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "build.rs"
33
name = "nym-mixnode"
4-
version = "0.4.0-rc.2"
4+
version = "0.4.0"
55
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
66
edition = "2018"
77

nym-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "build.rs"
33
name = "nym-client"
4-
version = "0.4.0-rc.2"
4+
version = "0.4.0"
55
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
66
edition = "2018"
77

sfw-provider/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "build.rs"
33
name = "nym-sfw-provider"
4-
version = "0.4.0-rc.2"
4+
version = "0.4.0"
55
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
66
edition = "2018"
77

validator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "build.rs"
33
name = "nym-validator"
4-
version = "0.4.0-rc.2"
4+
version = "0.4.0"
55
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)