Skip to content

Commit a5af99a

Browse files
committed
v0.7.0-rc6
1 parent b07ebf2 commit a5af99a

File tree

7 files changed

+34
-17
lines changed

7 files changed

+34
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v0.7.0-rc6](https://github.com/input-output-hk/jormungandr/tree/v0.7.0-rc6) (2019-11-08)
4+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc5...v0.7.0-rc6)
5+
6+
**Implemented enhancements:**
7+
8+
- add default custom modules to handle unreachable nodes [\#1091](https://github.com/input-output-hk/jormungandr/pull/1091)
9+
10+
**Closed issues:**
11+
12+
- when is coming out new block for RC5! [\#1087](https://github.com/input-output-hk/jormungandr/issues/1087)
13+
- compilation errors "no method named `pools` found" [\#1085](https://github.com/input-output-hk/jormungandr/issues/1085)
14+
- Transactions are not propagated to the Stake Pool nodes [\#966](https://github.com/input-output-hk/jormungandr/issues/966)
15+
16+
**Merged pull requests:**
17+
18+
- \[Tests\] Jormungandr-scenario-tests node in persistent mode [\#1046](https://github.com/input-output-hk/jormungandr/pull/1046)
19+
320
## [v0.7.0-rc5](https://github.com/input-output-hk/jormungandr/tree/v0.7.0-rc5) (2019-11-07)
421
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc4...v0.7.0-rc5)
522

Cargo.lock

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

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.7.0-rc5"
3+
version = "0.7.0-rc6"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.7.0-rc5"
3+
version = "0.7.0-rc6"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.7.0-rc5"
3+
version = "0.7.0-rc6"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr-scenario-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.7.0-rc5"
3+
version = "0.7.0-rc6"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.7.0-rc5"
3+
version = "0.7.0-rc6"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)