Skip to content

Commit a5e6060

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 8.0.0
1 parent 9dffa7c commit a5e6060

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [8.0.0](https://github.com/maidsafe/blsttc/compare/v7.1.0...v8.0.0) (2022-11-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **repr:** switch internal representation to Affine
11+
12+
### Features
13+
14+
* **repr:** switch internal representation to Affine ([f52d1f0](https://github.com/maidsafe/blsttc/commit/f52d1f06a070daace955c6685762e31242e183fc))
15+
16+
17+
### Bug Fixes
18+
19+
* **repr:** don't alias G{1,2}Affine with G1 G2 ([9dffa7c](https://github.com/maidsafe/blsttc/commit/9dffa7cd45d85a8eb3dd65b39a28bfe82bfe31fa))
20+
521
## [7.1.0](https://github.com/maidsafe/blsttc/compare/v7.0.0...v7.1.0) (2022-10-24)
622

723

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 = "7.1.0"
9+
version = "8.0.0"
1010

1111
[dependencies]
1212
ff = "0.11.0"

0 commit comments

Comments
 (0)