Skip to content

Commit 403e15a

Browse files
author
Denis Varlakov
committed
Bump version & update changelog
1 parent a22c481 commit 403e15a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.9.0
4+
* Change `Polynomial::degree` to return a special enum `PolynomialDegree` [#147] \
5+
`PolynomialDegree` correctly represent a degree of polynomial that can be either infinite (for polynomial `f(x) = 0`)
6+
or finite (for all other sorts of polynomials)
7+
8+
9+
[#147]: https://github.com/ZenGo-X/curv/pull/148
10+
311
## v0.8.3
412
* Add `generate_random_point` function from `centipede`, `bulletproof` crates [#148] \
513
It takes uniformly distributed bytes and produces secp256k1 point with unknown logarithm.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curv-kzen"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = [
66
"Omer Shlomovits",

0 commit comments

Comments
 (0)