diff --git a/CHANGELOG.md b/CHANGELOG.md index 119e1ce21d8e..43653feb63ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,19 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest v0.30.3 "Trishul" + +This is a non-mandatory release that brings important enhancements in Forest's tooling capabilities. +The release includes new CLI commands for snapshot monitoring, a crucial fork handling bug fix and ETH API performance improvements, and error handling. + +### Added + - [#6082](https://github.com/ChainSafe/forest/issues/6082) Added `forest-cli snapshot export-status` and `forest-cli snapshot export-cancel` subcommands to monitor or cancel an export, respectively. - [#6161](https://github.com/ChainSafe/forest/pull/6161) Added `forest-tool db import` subcommand. @@ -45,8 +58,6 @@ - [#6145](https://github.com/ChainSafe/forest/pull/6145) Updated `forest-cli snapshot export` to use v2 format by default. -### Removed - ### Fixed - [#6178](https://github.com/ChainSafe/forest/pull/6178) Fixed incorrect error code for unsupported RPC methods. diff --git a/Cargo.lock b/Cargo.lock index 355256dba804..204fb9f0ec04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3085,7 +3085,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forest-filecoin" -version = "0.30.2" +version = "0.30.3" dependencies = [ "ahash", "anes 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index f5786369c44b..2655fcc4c332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.30.2" +version = "0.30.3" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2024"