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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 30, 2021
1 parent 1e80c4b commit 1fee36d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,25 @@

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.7.0](https://github.com/maidsafe/sn_transfers/compare/v0.6.0...v0.7.0) (2021-03-30)


### ⚠ BREAKING CHANGES

* **deps:** Changes to actor interface

### Features

* **error:** Disambiguate some errors ([bca7817](https://github.com/maidsafe/sn_transfers/commit/bca781735bbc64605947f49fd5fead3aa90fa040))


### Bug Fixes

* **clippy:** new warnings in latest rustc ([afb2a22](https://github.com/maidsafe/sn_transfers/commit/afb2a2258ca97c1bd6f4868fb3c802df178d4445))


* **deps:** update sn_data_types ([1e80c4b](https://github.com/maidsafe/sn_transfers/commit/1e80c4b037b2645fd820724b3d0b065a113069cc))

## [0.6.0](https://github.com/maidsafe/sn_transfers/compare/v0.5.0...v0.6.0) (2021-03-22)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR BSD-3-Clause"
name = "sn_transfers"
readme = "README.md"
repository = "https://github.com/maidsafe/sn_transfers"
version = "0.6.0"
version = "0.7.0"

[dependencies]
bincode = "1.2.1"
Expand Down

0 comments on commit 1fee36d

Please sign in to comment.