Skip to content

Commit 7895f08

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 6.0.0
1 parent 2509f30 commit 7895f08

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [6.0.0](https://github.com/maidsafe/blsttc/compare/v5.2.0...v6.0.0) (2022-06-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* the `Eq`, `Serialize` and `Deserialize` derivations are removed from the error type
11+
because the derived hex error doesn't implement these.
12+
13+
I'm finding myself repeating this code several times in places where I'm using the BLS library, so I
14+
thought it would be useful to just have it directly on these types.
15+
16+
### Features
17+
18+
* provide hex conversion utilities ([2509f30](https://github.com/maidsafe/blsttc/commit/2509f30c942115b8dbcd1e0ab9f82a0b835f4437))
19+
520
## [5.2.0](https://github.com/maidsafe/blsttc/compare/v5.1.3...v5.2.0) (2022-04-05)
621

722

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
name = "blsttc"
77
readme = "README.md"
88
repository = "https://github.com/maidsafe/blsttc"
9-
version = "5.2.0"
9+
version = "6.0.0"
1010

1111
[dependencies]
1212
ff = "0.11.0"

0 commit comments

Comments
 (0)