From 52d98b08d57dca282f6e727ad984e0499c7fc886 Mon Sep 17 00:00:00 2001 From: Hubert Date: Thu, 7 Mar 2024 17:41:50 +0100 Subject: [PATCH] prepare release v0.17.0 "Smaug" :dragon: (#4042) --- CHANGELOG.md | 22 ++++++++++++++++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddf0b02d15b..4f3b04c42053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,24 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest 0.17.0 "Smaug" + +Mandatory release that includes: + +- support for the NV22 _Dragon_ network upgrade, together with the required + state migration, +- important networking improvements that increase Forest resilience to network + disruptions, +- various improvements and support for new RPC methods. + +### Added + - [#3555](https://github.com/ChainSafe/forest/issues/3555) Add Forest database query optimizations when serving with many car files. @@ -43,10 +61,6 @@ - [#3995](https://github.com/ChainSafe/forest/pull/3955) Added support for the NV22 _Dragon_ network upgrade, together with the required state migration. -### Changed - -### Removed - ### Fixed - [#4019](https://github.com/ChainSafe/forest/pull/4019) Fix Forest sending diff --git a/Cargo.lock b/Cargo.lock index f91fe0c0700d..ea2758015ee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3204,7 +3204,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.16.8" +version = "0.17.0" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 406c1caf0000..7f01d49bcb74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.16.8" +version = "0.17.0" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"