From 01589d2f4b545aa631f6ad35f5b224c1e35e7b52 Mon Sep 17 00:00:00 2001 From: Hubert Date: Wed, 16 Oct 2024 14:21:00 +0200 Subject: [PATCH] release: prepare v0.21.0 "Songthaew" (#4904) --- CHANGELOG.md | 19 +++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9ba8bb3a9..71e94303418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,23 @@ ### Breaking +### Added + +### Changed + +### Removed + +### Fixed + +## Forest 0.21.0 "Songthaew" + +This is a mandatory release for calibration network node operators. It includes +state migration for the NV24 _TukTuk_ upgrade at epoch `2078794` +2024-10-23T13:30:00Z. It also includes a number of new RPC methods, fixes and F3 +support. + +### Breaking + - [#4782](https://github.com/ChainSafe/forest/pull/4782) Devnets are no longer configurable with legacy drand network. @@ -52,8 +69,6 @@ - [#4786](https://github.com/ChainSafe/forest/issues/4786) ubuntu image is upgraded from 22.04 to 24.04 in Dockerfile -### Removed - ### Fixed - [#4809](https://github.com/ChainSafe/forest/issues/4777) the Mac OS X build on diff --git a/Cargo.lock b/Cargo.lock index 43c0d6484da..c014e7f0e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3142,7 +3142,7 @@ checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" [[package]] name = "forest-filecoin" -version = "0.20.0" +version = "0.21.0" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 2f11a76309a..164b82ae43b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.20.0" +version = "0.21.0" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"