Skip to content

Commit

Permalink
feat: changelog updates (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo authored Jun 29, 2020
1 parent 22afc2e commit 4b31398
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## Unreleased

## 4.0.2 - 2020-06-25

- Allow parameters map to be accessible externally [1186](https://github.com/filecoin-project/rust-fil-proofs/pull/1186)
- Extend update_tree_r_cache command with new features [1175](https://github.com/filecoin-project/rust-fil-proofs/pull/1175)
- Add OpenCL to the build instructions [1112](https://github.com/filecoin-project/rust-fil-proofs/pull/1112)
- Use file locking for cache generation [1179](https://github.com/filecoin-project/rust-fil-proofs/pull/1179)
- Add logging to all public API functions [1137](https://github.com/filecoin-project/rust-fil-proofs/pull/1137)
- Upgrade some dependencies [1126](https://github.com/filecoin-project/rust-fil-proofs/pull/1126)
- Fix clippy warnings [1147](https://github.com/filecoin-project/rust-fil-proofs/pull/1147)
- Partial caching for SDR [1163](https://github.com/filecoin-project/rust-fil-proofs/pull/1163)
- Add tool to rebuild tree_r_last from a replica [1170](https://github.com/filecoin-project/rust-fil-proofs/pull/1170)
- Verify consistent use of porep_id when sealing [1167](https://github.com/filecoin-project/rust-fil-proofs/pull/1167)

## 4.0.1 - 2020-06-22

- This release is a hotfix that pinned dependencies to avoid a build break [1182](https://github.com/filecoin-project/rust-fil-proofs/pull/1182)

## 4.0.0 - 2020-06-15

- Change default rows_to_discard for cached oct-trees [1165](https://github.com/filecoin-project/rust-fil-proofs/pull/1165)
Expand Down Expand Up @@ -41,8 +58,9 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

- Initial stable release

[Unreleased]: https://github.com/filecoin-project/rust-fil-proofs/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/v4.0.0
[3.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/v3.0.0
[2.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/v2.0.0
[1.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/v1.0.0
[Unreleased]: https://github.com/filecoin-project/rust-fil-proofs/compare/v4.0.2...HEAD
[4.0.2]: https://github.com/filecoin-project/rust-fil-proofs/tree/releases/v4.0.2
[4.0.1]: https://github.com/filecoin-project/rust-fil-proofs/tree/releases/v4.0.0
[3.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/releases/v3.0.0
[2.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/releases/v2.0.0
[1.0.0]: https://github.com/filecoin-project/rust-fil-proofs/tree/releases/v1.0.0

0 comments on commit 4b31398

Please sign in to comment.