Skip to content

Commit 8b08903

Browse files
committed
docs: update changelog for release
feat: update to latest compatible proofs versions
1 parent 343cb34 commit 8b08903

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [18.0.0] - 2024-05-20
11+
12+
- Expose the new NI-PoRep API for aggregation [#102](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/102)
13+
1014
## [17.0.0] - 2024-04-25
1115

1216
- Use improved error propagation in proofs [#97](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/97)
@@ -155,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
155159

156160
- Initial stable release
157161

158-
[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v17.0.0...HEAD
162+
[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.0.0...HEAD
163+
[18.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.0
159164
[17.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v17.0.0
160165
[16.1.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v16.1.0
161166
[16.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v16.0.0

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ bincode = "1.1.2"
1515
blstrs = "0.7"
1616
lazy_static = "1.2"
1717
serde = "1.0.104"
18-
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~17.0.0", default-features = false }
18+
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.0.0", default-features = false }
1919
filecoin-hashers = { version = "~12.0.0", default-features = false, features = ["poseidon", "sha256"] }
2020
fr32 = { version = "~10.0.0", default-features = false }
21-
storage-proofs-core = { version = "~17.0.0", default-features = false }
21+
storage-proofs-core = { version = "~18.0.0", default-features = false }
2222

2323
[features]
2424
default = ["opencl", "cuda"]
@@ -30,9 +30,3 @@ big-tests = []
3030
# This feature enables a fixed number of discarded rows for TreeR. The `FIL_PROOFS_ROWS_TO_DISCARD`
3131
# setting is ignored, no `TemporaryAux` file will be written.
3232
fixed-rows-to-discard = ["filecoin-proofs-v1/fixed-rows-to-discard", "storage-proofs-core/fixed-rows-to-discard"]
33-
34-
[patch.crates-io]
35-
filecoin-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs" }
36-
filecoin-hashers = { git = "https://github.com/filecoin-project/rust-fil-proofs" }
37-
fr32 = { git = "https://github.com/filecoin-project/rust-fil-proofs" }
38-
storage-proofs-core = { git = "https://github.com/filecoin-project/rust-fil-proofs" }

0 commit comments

Comments
 (0)