File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 19.0.0] - 2025-07-07
11
+
12
+ - Fix remove clear_layer_data call [ #95 ] ( https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/95 )
13
+ - Fix update cache clearing calls [ #106 ] ( https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/106 )
14
+
10
15
## [ 18.1.0] - 2024-06-18
11
16
12
17
- Update API doc comments [ #101 ] ( https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/101 )
@@ -168,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
168
173
169
174
- Initial stable release
170
175
171
- [ Unreleased ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.1.0...HEAD
176
+ [ Unreleased ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v19.0.0...HEAD
177
+ [ 19.0.0 ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v19.0.0
172
178
[ 18.1.0 ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.1.0
173
179
[ 18.0.1 ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.1
174
180
[ 18.0.0 ] : https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " filecoin-proofs-api"
3
- version = " 18.1 .0"
3
+ version = " 19.0 .0"
4
4
description = " API to interact with the proofs system in Filecoin"
5
5
authors = [
" dignifiedquire <[email protected] >" ]
6
6
edition = " 2018"
@@ -14,9 +14,9 @@ bincode = "1.1.2"
14
14
blstrs = " 0.7"
15
15
lazy_static = " 1.2"
16
16
serde = " 1.0.104"
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 }
17
+ filecoin-proofs-v1 = { package = " filecoin-proofs" , version = " ~19.0 .0" , default-features = false }
18
+ fr32 = { version = " ~12.0 .0" , default-features = false }
19
+ storage-proofs-core = { version = " ~19.0 .0" , default-features = false }
20
20
21
21
[features ]
22
22
default = [" opencl" , " cuda" ]
You can’t perform that action at this time.
0 commit comments