Skip to content

Commit

Permalink
chore(release): 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Feb 9, 2023
1 parent 9a84f33 commit a906ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [8.0.2](https://github.com/maidsafe/blsttc/compare/v8.0.1...v8.0.2) (2023-02-09)


### Bug Fixes

* fixing clippy issues ([ca691ab](https://github.com/maidsafe/blsttc/commit/ca691ab036205ed4011969ad525ace14a4389b10))
* fixing fmt issues ([9a84f33](https://github.com/maidsafe/blsttc/commit/9a84f337b87615776c3758e3dd3c00771a141e09))
* **SecretKey:** adding PartilaOrd and Ord attributes for the SecretKey ([0e72eee](https://github.com/maidsafe/blsttc/commit/0e72eee2f45b9b68a23dcb963b391e79bf2c3ade))

### [8.0.1](https://github.com/maidsafe/blsttc/compare/v8.0.0...v8.0.1) (2022-11-17)

## [8.0.0](https://github.com/maidsafe/blsttc/compare/v7.1.0...v8.0.0) (2022-11-08)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "blsttc"
readme = "README.md"
repository = "https://github.com/maidsafe/blsttc"
version = "8.0.1"
version = "8.0.2"

[dependencies]
ff = "0.12.0"
Expand Down

0 comments on commit a906ba7

Please sign in to comment.