Skip to content

Commit

Permalink
v0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Apr 10, 2020
1 parent 632dced commit 690eb54
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [v0.8.18](https://github.com/input-output-hk/jormungandr/tree/v0.8.18) (2020-04-10)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/nightly...v0.8.18)

**Implemented enhancements:**

- Nodes Compatibility test [\#1997](https://github.com/input-output-hk/jormungandr/issues/1997)
- Implemented derive macro for IntercomMsg [\#2034](https://github.com/input-output-hk/jormungandr/pull/2034)

**Fixed bugs:**

- Node stats shows wrong value for peer\_connected\_cnt [\#1977](https://github.com/input-output-hk/jormungandr/issues/1977)
- Node created a strange block on slot 97.060 on March 19 [\#1942](https://github.com/input-output-hk/jormungandr/issues/1942)
- always make chain selection in process\_new\_ref [\#2052](https://github.com/input-output-hk/jormungandr/pull/2052)

**Merged pull requests:**

- \[Tests\] move multi node legacy tests to stable build [\#2044](https://github.com/input-output-hk/jormungandr/pull/2044)
- \[Tests\] Duplicated nodes id scenario test [\#2043](https://github.com/input-output-hk/jormungandr/pull/2043)
- Nightly release with version and date [\#2036](https://github.com/input-output-hk/jormungandr/pull/2036)
- Nightly build recreate fix [\#2021](https://github.com/input-output-hk/jormungandr/pull/2021)
- \[Tests\] Jts legacy test [\#2010](https://github.com/input-output-hk/jormungandr/pull/2010)

## [v0.8.17](https://github.com/input-output-hk/jormungandr/tree/v0.8.17) (2020-04-01)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.16...v0.8.17)
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.8.18-nightly"
version = "0.8.18"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.8.18-nightly"
version = "0.8.18"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.8.18-nightly"
version = "0.8.18"
authors = ["dev@iohk.io"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-scenario-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.8.18-nightly"
version = "0.8.18"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.8.18-nightly"
version = "0.8.18"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 690eb54

Please sign in to comment.