Skip to content

Commit 1f6a7f5

Browse files
author
David Himmelstrup
committed
chore: update CHANGELOG for v0.4.1 release (#1995)
1 parent 3ac0f26 commit 1f6a7f5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Forest v0.5.0 (unreleased, scheduled for 2022-12-30)
22

3+
## Forest v0.4.1 (2022-10-04)
4+
5+
### Changed
6+
* Fix bug in handling of blockchain forks.
7+
38
## Forest v0.4.0 (2022-09-30)
49

510
Notable updates:

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.

blockchain/chain_sync/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_chain_sync"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
edition = "2021"
66

forest/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"
3-
version = "0.4.0"
3+
version = "0.4.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)