From f3e57c922a87b2f8e096e243c9c577693e129365 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Wed, 10 Dec 2025 13:22:37 +0100 Subject: [PATCH] chore: prepare release 0.30.5 --- CHANGELOG.md | 17 +++++++++++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5a3984cb7b..5baa53180a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,19 @@ ### Added + +### Changed + +### Removed + +### Fixed + +## Forest v0.30.5 "Dulce de Leche" + +Non-mandatory release supporting new API methods and addressing a critical panic issue. + +### Added + - [#6231](https://github.com/ChainSafe/forest/pull/6231) Implemented `Filecoin.ChainGetTipSet` for API v2. - [#6312](https://github.com/ChainSafe/forest/pull/6312) Implemented `Filecoin.StateGetActor` for API v2. @@ -37,10 +50,6 @@ - [#6323](https://github.com/ChainSafe/forest/pull/6323) Implemented `Filecoin.FilecoinAddressToEthAddress` for API v1 and v2. -### Changed - -### Removed - ### Fixed - [#6325](https://github.com/ChainSafe/forest/pull/6325) Fixed a panic that could occur under certain message pool conditions and the `Filecoin.MpoolSelect` RPC method. diff --git a/Cargo.lock b/Cargo.lock index 68146311a6e6..4b5be45aca77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3137,7 +3137,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forest-filecoin" -version = "0.30.4" +version = "0.30.5" dependencies = [ "ahash", "anes 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index bc4309f31738..20534086de04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.30.4" +version = "0.30.5" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2024"