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

Commit ed7005d

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 0.16.0
1 parent 1261f58 commit ed7005d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [0.16.0](https://github.com/maidsafe/sn_data_types/compare/v0.15.3...v0.16.0) (2021-03-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **Seq:** Policy mutation APIs are removed and Sequence constructors need the Policy to be provided up front.
11+
12+
### Features
13+
14+
* **Seq:** making the Policy of a Sequence data type immutable ([1261f58](https://github.com/maidsafe/sn_data_types/commit/1261f58f4be4537f8cb3510071f6935ca844d95d))
15+
516
### [0.15.3](https://github.com/maidsafe/sn_data_types/compare/v0.15.2...v0.15.3) (2021-02-25)
617

718
### [0.15.2](https://github.com/maidsafe/sn_data_types/compare/v0.15.1...v0.15.2) (2021-02-23)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR BSD-3-Clause"
77
name = "sn_data_types"
88
readme = "README.md"
99
repository = "https://github.com/maidsafe/sn_data_types"
10-
version = "0.15.3"
10+
version = "0.16.0"
1111

1212
[dependencies]
1313
thiserror = "1.0.23"

0 commit comments

Comments
 (0)