Skip to content

Commit

Permalink
prepare release 0.16.6 (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Feb 15, 2024
1 parent 62bcfaa commit fbd880d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,21 @@

### Added

- [#3866](https://github.com/ChainSafe/forest/pull/3866) Implement Offline RPC
API.

### Changed

### Removed

### Fixed

## Forest 0.16.6 "Pinecone Reactivation"

### Added

- [#3866](https://github.com/ChainSafe/forest/pull/3866) Implement Offline RPC
API.

### Fixed

- [#3857](https://github.com/ChainSafe/forest/pull/3907) Timeout parameter fetch
to 30 minutes to avoid it getting stuck on IPFS gateway issues.
- [#3901](https://github.com/ChainSafe/forest/pull/3901) Fix timeout issue in
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.5"
version = "0.16.6"
authors = ["ChainSafe Systems <info@chainsafe.io>"]
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 @@ -87,6 +87,7 @@ create_migrations!(
"0.16.2" -> "0.16.3" @ MigrationVoid,
"0.16.3" -> "0.16.4" @ MigrationVoid,
"0.16.4" -> "0.16.5" @ MigrationVoid,
"0.16.5" -> "0.16.6" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit fbd880d

Please sign in to comment.