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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2020
1 parent 42bee02 commit 56fa747
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.12.0](https://github.com/maidsafe/sn_data_types/compare/v0.11.42...v0.12.0) (2020-12-30)


### ⚠ BREAKING CHANGES

* **auth:** Auth message types removed as this is now managed via standard data types

### Features

* **auth:** Remove auth message types. ([70ab97e](https://github.com/maidsafe/sn_data_types/commit/70ab97eb331cc52bad289edd81884605e6ac4703))

### [0.11.42](https://github.com/maidsafe/sn_data_types/compare/v0.11.41...v0.11.42) (2020-12-29)


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.11.42"
version = "0.12.0"

[dependencies]
thiserror = "1.0.23"
Expand Down

0 comments on commit 56fa747

Please sign in to comment.