Skip to content

Commit

Permalink
release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Oct 1, 2019
1 parent 596e805 commit aec29a1
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 16 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v0.5.5](https://github.com/input-output-hk/jormungandr/tree/v0.5.5) (2019-10-01)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.4...v0.5.5)

**Implemented enhancements:**

- add more logging information and comfort for users [\#880](https://github.com/input-output-hk/jormungandr/pull/880)
- be more liberal with the node's resources and trust default values [\#874](https://github.com/input-output-hk/jormungandr/pull/874)
- stop the node if we detect a panic in a runtime [\#873](https://github.com/input-output-hk/jormungandr/pull/873)

**Fixed bugs:**

- Panic in ReplyStreamHandle methods when the receiver stream is closed by the client [\#864](https://github.com/input-output-hk/jormungandr/issues/864)
- Panic at Result::unwrap\(\) [\#850](https://github.com/input-output-hk/jormungandr/issues/850)
- Don't panic when intercom reply is cancelled [\#876](https://github.com/input-output-hk/jormungandr/pull/876)

**Closed issues:**

- Compiling jormungandr builds two versions of SHA2 libraries [\#875](https://github.com/input-output-hk/jormungandr/issues/875)

**Merged pull requests:**

- Update chain-deps and poldercast [\#877](https://github.com/input-output-hk/jormungandr/pull/877)
- Eliminate a panic on block task message box [\#870](https://github.com/input-output-hk/jormungandr/pull/870)

## [v0.5.4](https://github.com/input-output-hk/jormungandr/tree/v0.5.4) (2019-09-30)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.3...v0.5.4)

Expand Down
22 changes: 11 additions & 11 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.5.4"
version = "0.5.5"
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.5.4"
version = "0.5.5"
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.5.4"
version = "0.5.5"
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.5.4"
version = "0.5.5"
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.5.4"
version = "0.5.5"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit aec29a1

Please sign in to comment.