Skip to content

Commit

Permalink
Third release candidate (#158)
Browse files Browse the repository at this point in the history
* Third release candidate

* Update changelog entry

* newline
  • Loading branch information
alekseysidorov committed Mar 26, 2020
1 parent 0b72175 commit 315228e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.0.0-rc.3 - 2020-03-25

- Third release candidate (#158)

## 1.0.0-rc.2 - 2020-03-16

### Breaking changes
Expand Down
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "exonum-btc-anchoring"
edition = "2018"
version = "1.0.0-rc.2"
version = "1.0.0-rc.3"
authors = ["The Exonum Team <[email protected]>"]
homepage = "https://exonum.com/doc/advanced/bitcoin-anchoring/"
repository = "https://github.com/exonum/exonum-btc-anchoring"
Expand All @@ -16,16 +16,16 @@ description = "An Exonum service that provides anchoring to Bitcoin blockchain."
travis-ci = { repository = "exonum/exonum-btc-anchoring" }

[dependencies]
exonum = "1.0.0-rc.2"
exonum-cli = "1.0.0-rc.2"
exonum-crypto = { version = "1.0.0-rc.2", features = ["with-protobuf"] }
exonum-derive = "1.0.0-rc.2"
exonum-explorer = "1.0.0-rc.2"
exonum-merkledb = "1.0.0-rc.2"
exonum-proto = "1.0.0-rc.2"
exonum-rust-runtime = "1.0.0-rc.2"
exonum-supervisor = "1.0.0-rc.2"
exonum-testkit = "1.0.0-rc.2"
exonum = "1.0.0-rc.3"
exonum-cli = "1.0.0-rc.3"
exonum-crypto = { version = "1.0.0-rc.3", features = ["with-protobuf"] }
exonum-derive = "1.0.0-rc.3"
exonum-explorer = "1.0.0-rc.3"
exonum-merkledb = "1.0.0-rc.3"
exonum-proto = "1.0.0-rc.3"
exonum-rust-runtime = "1.0.0-rc.3"
exonum-supervisor = "1.0.0-rc.3"
exonum-testkit = "1.0.0-rc.3"

anyhow = "1.0.26"
async-trait = "0.1.24"
Expand Down Expand Up @@ -56,4 +56,4 @@ toml = "0.5.6"
proptest = "0.9"

[build-dependencies]
exonum-build = "1.0.0-rc.2"
exonum-build = "1.0.0-rc.3"
2 changes: 1 addition & 1 deletion guides/newbie.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ installed via `pip3` (see `exonum-launcher` README for details).
anchoring:
runtime: rust
name: "exonum-btc-anchoring"
version: "1.0.0-rc.2"
version: "1.0.0-rc.3"

instances:
anchoring:
Expand Down
2 changes: 1 addition & 1 deletion launcher/exonum_btc_anchoring_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

RUST_RUNTIME_ID = 0
ANCHORING_ARTIFACT_NAME = "exonum-btc-anchoring"
ANCHORING_ARTIFACT_VERSION = "1.0.0-rc.2"
ANCHORING_ARTIFACT_VERSION = "1.0.0-rc.3"


def import_anchoring_module(name: str):
Expand Down

0 comments on commit 315228e

Please sign in to comment.