From d22fc9b998b2563e4e39da56fb218a75068a87f9 Mon Sep 17 00:00:00 2001 From: Hubert Date: Wed, 6 Dec 2023 16:11:46 +0100 Subject: [PATCH] prepare release 0.16.4 "Speedy Gonzales" (#3803) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/db/migration/migration_map.rs | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649373966a20..f09f52a5d9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,18 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest 0.16.4 "Speedy Gonzales" + +### Breaking + +### Added + - [#3779](https://github.com/ChainSafe/forest/pull/3779) Implement the `Filecoin.StateMinerRecoveries` lotus-compatible RPC API. - [#3745](https://github.com/ChainSafe/forest/pull/3745) Implement the diff --git a/Cargo.lock b/Cargo.lock index 90cddb4ebbd2..141b77db21ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3090,7 +3090,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.16.3" +version = "0.16.4" dependencies = [ "ahash", "anes", diff --git a/Cargo.toml b/Cargo.toml index 943a4557c4ad..4420b4e6976e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.16.3" +version = "0.16.4" 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 a4c0d264d5bf..1f0cef672be9 100644 --- a/src/db/migration/migration_map.rs +++ b/src/db/migration/migration_map.rs @@ -85,6 +85,7 @@ create_migrations!( "0.16.0" -> "0.16.1" @ MigrationVoid, "0.16.1" -> "0.16.2" @ MigrationVoid, "0.16.2" -> "0.16.3" @ MigrationVoid, + "0.16.3" -> "0.16.4" @ MigrationVoid, ); pub struct Migration {