Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Oct 14, 2019
1 parent 012e6a3 commit 44ff7c1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## [v0.6.0-rc1](https://github.com/input-output-hk/jormungandr/tree/v0.6.0-rc1) (2019-10-14)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.6...v0.6.0-rc1)
## [v0.6.0](https://github.com/input-output-hk/jormungandr/tree/v0.6.0) (2019-10-14)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.6...v0.6.0)

**Implemented enhancements:**

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.6.0-rc1"
version = "0.6.0"
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.6.0-rc1"
version = "0.6.0"
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.6.0-rc1"
version = "0.6.0"
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.6.0-rc1"
version = "0.6.0"
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.6.0-rc1"
version = "0.6.0"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 44ff7c1

Please sign in to comment.