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.11.41
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Dec 28, 2020
1 parent 65e9874 commit b1b3bf1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.11.41](https://github.com/maidsafe/sn_data_types/compare/v0.11.40...v0.11.41) (2020-12-28)


### Features

* **errors:** expose denied PK in error messages ([2d3082b](https://github.com/maidsafe/sn_data_types/commit/2d3082bf70dcfceba8110f74b8d8f95acbcdeb39))
* use thiserror for errors ([49c32bf](https://github.com/maidsafe/sn_data_types/commit/49c32bf7bb2238b3000386e3156ab2f7cab2fecc))

### [0.11.40](https://github.com/maidsafe/sn_data_types/compare/v0.11.39...v0.11.40) (2020-12-26)

### [0.11.39](https://github.com/maidsafe/sn_data_types/compare/v0.11.38...v0.11.39) (2020-12-17)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ license = "MIT OR BSD-3-Clause"
name = "sn_data_types"
readme = "README.md"
repository = "https://github.com/maidsafe/sn_data_types"
version = "0.11.40"
version = "0.11.41"

[dependencies]
thiserror="1.0.23"
thiserror = "1.0.23"
bincode = "1.2.1"
multibase = "~0.8.0"
hex_fmt = "~0.3.0"
Expand All @@ -33,7 +33,7 @@ rand_core = "~0.5.1"
features = [ "derive" ]

[dev-dependencies]
anyhow="1.0.36"
anyhow = "1.0.36"
hex = "~0.3.2"
rand_xorshift = "~0.2.0"
proptest = "0.10.1"
Expand Down

0 comments on commit b1b3bf1

Please sign in to comment.