From 5c3bfcb23fb8840daf01df2ad67493dbcede7096 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 20 Nov 2023 21:14:53 +0800 Subject: [PATCH] chore: prepare release v0.16.1 (#3723) --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/db/migration/migration_map.rs | 1 + 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6b9ed6f9a2..ba7aae72c502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,23 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest 0.16.1 "(Re)Fresh(ed)Melon" + +This is yet another mandatory upgrade for calibration network, containing the +2nd fix for the `WatermelonFix` upgrade. See this +[update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806) +for reference. + +### Breaking + +### Added + - [#3718](https://github.com/ChainSafe/forest/issues/3718) Added support for the 2nd NV21 calibration network fix. See this [update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806) diff --git a/Cargo.lock b/Cargo.lock index 6cb8597fe3dc..5ce9549b5842 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3010,7 +3010,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.16.0" +version = "0.16.1" dependencies = [ "ahash", "anes", diff --git a/Cargo.toml b/Cargo.toml index fd9a08558bee..78708305d28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.16.0" +version = "0.16.1" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021" diff --git a/src/db/migration/migration_map.rs b/src/db/migration/migration_map.rs index 9a7f1c49301e..18b5e67bdc7a 100644 --- a/src/db/migration/migration_map.rs +++ b/src/db/migration/migration_map.rs @@ -82,6 +82,7 @@ create_migrations!( "0.15.0" -> "0.15.1" @ MigrationVoid, "0.15.1" -> "0.15.2" @ MigrationVoid, "0.15.2" -> "0.16.0" @ Migration0_15_2_0_16_0, + "0.16.0" -> "0.16.1" @ MigrationVoid, ); pub struct Migration {