Skip to content

Commit

Permalink
docs: update changelog for release
Browse files Browse the repository at this point in the history
feat: update to latest proofs release
  • Loading branch information
cryptonemo committed Jun 18, 2024
1 parent ea64f37 commit 8871f2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

## [18.1.0] - 2024-06-18

- Update API doc comments [#101](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/101)
- Refactor exported types [#100](https://github.com/filecoin-project/rust-filecoin-proofs-api/pull/100)

## [18.0.1] - 2024-05-28

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

- Initial stable release

[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.0.1...HEAD
[Unreleased]: https://github.com/filecoin-project/rust-filecoin-proofs-api/compare/v18.1.0...HEAD
[18.1.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.1.0
[18.0.1]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.1
[18.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v18.0.0
[17.0.0]: https://github.com/filecoin-project/rust-filecoin-proofs-api/tree/v17.0.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ bincode = "1.1.2"
blstrs = "0.7"
lazy_static = "1.2"
serde = "1.0.104"
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.0.0", default-features = false }
fr32 = { version = "~10.0.0", default-features = false }
storage-proofs-core = { version = "~18.0.0", default-features = false }
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.1.0", default-features = false }
fr32 = { version = "~11.1.0", default-features = false }
storage-proofs-core = { version = "~18.1.0", default-features = false }

[features]
default = ["opencl", "cuda"]
Expand Down

0 comments on commit 8871f2c

Please sign in to comment.