Skip to content

Commit

Permalink
prepare release 0.16.4 "Speedy Gonzales" (#3803)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Dec 6, 2023
1 parent 74c43be commit d22fc9b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@

### Added

### Changed

### Removed

### Fixed

## Forest 0.16.4 "Speedy Gonzales"

### Breaking

### Added

- [#3779](https://github.com/ChainSafe/forest/pull/3779) Implement the
`Filecoin.StateMinerRecoveries` lotus-compatible RPC API.
- [#3745](https://github.com/ChainSafe/forest/pull/3745) Implement the
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.3"
version = "0.16.4"
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 @@ -85,6 +85,7 @@ create_migrations!(
"0.16.0" -> "0.16.1" @ MigrationVoid,
"0.16.1" -> "0.16.2" @ MigrationVoid,
"0.16.2" -> "0.16.3" @ MigrationVoid,
"0.16.3" -> "0.16.4" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit d22fc9b

Please sign in to comment.