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.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Mar 30, 2021
1 parent e111304 commit 06a703e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.18.0](https://github.com/maidsafe/sn_data_types/compare/v0.17.2...v0.18.0) (2021-03-30)


### ⚠ BREAKING CHANGES

* **rewards:** Removes NodeRewardStage and replaces it with new types.

### Features

* **ownertype:** add verify api ([c8ba77a](https://github.com/maidsafe/sn_data_types/commit/c8ba77a7c1d1a17f3f5a97d28e2e08a356d27aa7))
* **rewards:** add new types ([378c1ab](https://github.com/maidsafe/sn_data_types/commit/378c1ab0b56ed49af62dc6a349bd9e7cf897eab1))
* **section:** add section elders struct ([1e61669](https://github.com/maidsafe/sn_data_types/commit/1e616696c0a24aa0ba0897529617b14331506be9))


### Bug Fixes

* **clippy:** new warnings in latest rustc ([e111304](https://github.com/maidsafe/sn_data_types/commit/e11130452a1b01b2630f51910f9c593fc37f654d))

### [0.17.2](https://github.com/maidsafe/sn_data_types/compare/v0.17.1...v0.17.2) (2021-03-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR BSD-3-Clause"
name = "sn_data_types"
readme = "README.md"
repository = "https://github.com/maidsafe/sn_data_types"
version = "0.17.2"
version = "0.18.0"

[dependencies]
thiserror = "1.0.23"
Expand Down

0 comments on commit 06a703e

Please sign in to comment.