Skip to content

Commit

Permalink
chore: prepare release 0.20.0 "Brexit" (#4762)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Sep 16, 2024
1 parent c8b656d commit acf0fe6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@

### Breaking

### Added

### Changed

### Removed

### Fixed

## Forest 0.20.0 "Brexit"

Non-mandatory release including a number of new RPC methods, fixes, and other
improvements. Be sure to check the breaking changes before upgrading.

### Breaking

- [#4620](https://github.com/ChainSafe/forest/pull/4620) Removed the
`--consume-snapshot` parameter from the `forest` binary. To consume a
snapshot, use `--import-snapshot <path> --import-mode=move`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.19.2"
version = "0.20.0"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down

0 comments on commit acf0fe6

Please sign in to comment.