Skip to content

Commit 8871f2c

Browse files
committed
docs: update changelog for release
feat: update to latest proofs release
1 parent ea64f37 commit 8871f2c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [18.1.0] - 2024-06-18
11+
12+
- Update API doc comments [#101](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/101)
13+
- Refactor exported types [#100](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/100)
14+
1015
## [18.0.1] - 2024-05-28
1116

1217
- Correct an error in NI-PoRep constants [#103](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/103)
@@ -163,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
163168

164169
- Initial stable release
165170

166-
[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.0.1...HEAD
171+
[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.1.0...HEAD
172+
[18.1.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.1.0
167173
[18.0.1]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.1
168174
[18.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.0
169175
[17.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v17.0.0

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ bincode = "1.1.2"
1414
blstrs = "0.7"
1515
lazy_static = "1.2"
1616
serde = "1.0.104"
17-
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.0.0", default-features = false }
18-
fr32 = { version = "~10.0.0", default-features = false }
19-
storage-proofs-core = { version = "~18.0.0", default-features = false }
17+
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.1.0", default-features = false }
18+
fr32 = { version = "~11.1.0", default-features = false }
19+
storage-proofs-core = { version = "~18.1.0", default-features = false }
2020

2121
[features]
2222
default = ["opencl", "cuda"]

0 commit comments

Comments
 (0)