Skip to content

Commit a89877e

Browse files
committed
chore: release v19.0.0
1 parent b06f9fb commit a89877e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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+
## [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+
1015
## [18.1.0] - 2024-06-18
1116

1217
- 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
168173

169174
- Initial stable release
170175

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
172178
[18.1.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.1.0
173179
[18.0.1]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.1
174180
[18.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.0

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filecoin-proofs-api"
3-
version = "18.1.0"
3+
version = "19.0.0"
44
description = "API to interact with the proofs system in Filecoin"
55
authors = ["dignifiedquire <[email protected]>"]
66
edition = "2018"
@@ -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.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 }
2020

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

0 commit comments

Comments
 (0)