Skip to content

Commit

Permalink
release: Forest 0.16.3 "Tempura" šŸ¤ (#3755)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Nov 28, 2023
1 parent 3c8a027 commit ee61a5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@

### Fixed

## Forest 0.16.3 "Tempura"

### Fixed

- [#3751](https://github.com/ChainSafe/forest/pull/3751) Workaround for
performance bug that prevents Forest from syncing to the network.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.16.2"
version = "0.16.3"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions src/db/migration/migration_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ create_migrations!(
"0.15.2" -> "0.16.0" @ Migration0_15_2_0_16_0,
"0.16.0" -> "0.16.1" @ MigrationVoid,
"0.16.1" -> "0.16.2" @ MigrationVoid,
"0.16.2" -> "0.16.3" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit ee61a5f

Please sign in to comment.