Skip to content

Commit 241b3a5

Browse files
committed
v0.8.13
1 parent 66513ef commit 241b3a5

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
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.8.13](https://github.com/input-output-hk/jormungandr/tree/v0.8.13) (2020-02-26)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.12...v0.8.13)
6+
7+
**Implemented enhancements:**
8+
9+
- Avoid inconsistency between block store and state [\#1852](https://github.com/input-output-hk/jormungandr/pull/1852)
10+
11+
**Fixed bugs:**
12+
13+
- Promoting Leader is broken in 0.8.12 [\#1857](https://github.com/input-output-hk/jormungandr/issues/1857)
14+
- huge simplification of the code for the leader enclave holder [\#1858](https://github.com/input-output-hk/jormungandr/pull/1858)
15+
16+
**Merged pull requests:**
17+
18+
- Publish docs with github actions [\#1854](https://github.com/input-output-hk/jormungandr/pull/1854)
19+
320
## [v0.8.12](https://github.com/input-output-hk/jormungandr/tree/v0.8.12) (2020-02-25)
421

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

Cargo.lock

Lines changed: 5 additions & 5 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.8.12"
3+
version = "0.8.13"
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.8.12"
3+
version = "0.8.13"
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.8.12"
3+
version = "0.8.13"
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.8.12"
3+
version = "0.8.13"
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.8.12"
3+
version = "0.8.13"
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)