Skip to content

Commit

Permalink
v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Feb 26, 2020
1 parent 66513ef commit 241b3a5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v0.8.13](https://github.com/input-output-hk/jormungandr/tree/v0.8.13) (2020-02-26)

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

**Implemented enhancements:**

- Avoid inconsistency between block store and state [\#1852](https://github.com/input-output-hk/jormungandr/pull/1852)

**Fixed bugs:**

- Promoting Leader is broken in 0.8.12 [\#1857](https://github.com/input-output-hk/jormungandr/issues/1857)
- huge simplification of the code for the leader enclave holder [\#1858](https://github.com/input-output-hk/jormungandr/pull/1858)

**Merged pull requests:**

- Publish docs with github actions [\#1854](https://github.com/input-output-hk/jormungandr/pull/1854)

## [v0.8.12](https://github.com/input-output-hk/jormungandr/tree/v0.8.12) (2020-02-25)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.11...v0.8.12)
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.12"
version = "0.8.13"
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.12"
version = "0.8.13"
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.12"
version = "0.8.13"
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.12"
version = "0.8.13"
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.12"
version = "0.8.13"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 241b3a5

Please sign in to comment.