Skip to content

Commit e8b805c

Browse files
author
David Himmelstrup
authored
chore: release forest v0.5.1 (#2309)
1 parent eb3cdc7 commit e8b805c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Forest v0.6.0 (unreleased, scheduled for 2022-12-30)
22

3-
## Forest v0.5.0 (unreleased, scheduled for 2022-12-01)
3+
## Forest v0.5.1 (2022-12-01)
4+
5+
### Changed
6+
* Restore progress indicators that were accidentally broken.
7+
8+
## Forest v0.5.0 (2022-12-01)
49

510
Notable updates:
611
* Support for nv17.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forest/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-cli"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
description = "Filecoin implementation in Rust. This crate contains all the subcommands except the daemon."
66
edition = "2021"

forest/daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-daemon"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
description = "Filecoin implementation in Rust. This command will start the daemon process."
66
edition = "2021"

0 commit comments

Comments
 (0)