Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
chore(release): 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Dec 29, 2020
1 parent 682a054 commit 52286ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.6](https://github.com/maidsafe/sn_transfers/compare/v0.2.5...v0.2.6) (2020-12-29)


### Features

* use thiserror and create transfers error lib ([dfa7f4f](https://github.com/maidsafe/sn_transfers/commit/dfa7f4fd8dcc85ad21a6547aadf9235ae547be0c))

### [0.2.5](https://github.com/maidsafe/sn_transfers/compare/v0.2.4...v0.2.5) (2020-12-17)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -8,12 +8,12 @@ license = "MIT OR BSD-3-Clause"
name = "sn_transfers"
readme = "README.md"
repository = "https://github.com/maidsafe/sn_transfers"
version = "0.2.5"
version = "0.2.6"

[dependencies]
bincode = "1.2.1"
sn_data_types = "~0.11.41"
thiserror="1.0.23"
thiserror = "1.0.23"
crdts = "4.3.0"
threshold_crypto = "~0.4.0"
rand = "~0.7.3"
Expand All @@ -29,4 +29,4 @@ xor_name = "1.1.3"
simulated-payouts = [ "sn_data_types/simulated-payouts" ]

[dev-dependencies]
anyhow="1.0.36"
anyhow = "1.0.36"

0 comments on commit 52286ca

Please sign in to comment.