Skip to content

Commit

Permalink
prepare release v0.16.7 "Etaoin shrdlu" (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Feb 27, 2024
1 parent bcea6be commit 1f8c947
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@

### Added

### Changed

### Removed

### Fixed

## Forest 0.16.7 "Etaoin shrdlu"

Mandatory release that includes a fix for a bug in the `libp2p` usage. This is
necessary after the PL-managed bootstrap nodes were decommissioned. Failure to
upgrade will result in difficulty connecting to the mainnet network.

### Added

- [#3849](https://github.com/ChainSafe/forest/pull/3849/) Implement the
`Filecoin.ChainGetPath` lotus-compatible RPC API.
- [#3849](https://github.com/ChainSafe/forest/pull/3849/) Add
Expand All @@ -38,12 +52,11 @@
- [#3981](https://github.com/ChainSafe/forest/issues/3981) Add
`forest-tool backup create|restore`.

### Changed

### Removed

### Fixed

- [#3996](https://github.com/ChainSafe/forest/pull/3996) Fixed a bug in the
`libp2p` usage that caused the connections to not get upgraded to secure ones.

## Forest 0.16.6 "Pinecone Reactivation"

### Added
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.6"
version = "0.16.7"
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 @@ -88,6 +88,7 @@ create_migrations!(
"0.16.3" -> "0.16.4" @ MigrationVoid,
"0.16.4" -> "0.16.5" @ MigrationVoid,
"0.16.5" -> "0.16.6" @ MigrationVoid,
"0.16.6" -> "0.16.7" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit 1f8c947

Please sign in to comment.