diff --git a/CHANGELOG.md b/CHANGELOG.md index 7279fc5840f6..e97b93528aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Forest v0.6.0 (unreleased, scheduled for 2022-12-30) -## Forest v0.5.0 (unreleased, scheduled for 2022-12-01) +## Forest v0.5.1 (2022-12-01) + +### Changed +* Restore progress indicators that were accidentally broken. + +## Forest v0.5.0 (2022-12-01) Notable updates: * Support for nv17. diff --git a/Cargo.lock b/Cargo.lock index 8a0bf2f92103..e4613be49140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,7 +2733,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-cli" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "assert_cmd", @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "forest-daemon" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "atty", diff --git a/forest/cli/Cargo.toml b/forest/cli/Cargo.toml index eca4aa74f4cf..f6b2504308a7 100644 --- a/forest/cli/Cargo.toml +++ b/forest/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-cli" -version = "0.5.0" +version = "0.5.1" authors = ["ChainSafe Systems "] description = "Filecoin implementation in Rust. This crate contains all the subcommands except the daemon." edition = "2021" diff --git a/forest/daemon/Cargo.toml b/forest/daemon/Cargo.toml index a7cfc84256f9..866f140498d9 100644 --- a/forest/daemon/Cargo.toml +++ b/forest/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-daemon" -version = "0.5.0" +version = "0.5.1" authors = ["ChainSafe Systems "] description = "Filecoin implementation in Rust. This command will start the daemon process." edition = "2021"