From 52286ca39b55e8ed5d919868b4952a836fa72222 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 29 Dec 2020 10:03:52 +0000 Subject: [PATCH] chore(release): 0.2.6 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63223bd..9c63f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index ac1aff6..3a8dc71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -29,4 +29,4 @@ xor_name = "1.1.3" simulated-payouts = [ "sn_data_types/simulated-payouts" ] [dev-dependencies] -anyhow="1.0.36" \ No newline at end of file +anyhow = "1.0.36"