Skip to content

Commit

Permalink
chore: prepare release v0.16.1 (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Nov 20, 2023
1 parent 911daab commit 5c3bfcb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@

### Added

### Changed

### Removed

### Fixed

## Forest 0.16.1 "(Re)Fresh(ed)Melon"

This is yet another mandatory upgrade for calibration network, containing the
2nd fix for the `WatermelonFix` upgrade. See this
[update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806)
for reference.

### Breaking

### Added

- [#3718](https://github.com/ChainSafe/forest/issues/3718) Added support for the
2nd NV21 calibration network fix. See this
[update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806)
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.0"
version = "0.16.1"
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 @@ -82,6 +82,7 @@ create_migrations!(
"0.15.0" -> "0.15.1" @ MigrationVoid,
"0.15.1" -> "0.15.2" @ MigrationVoid,
"0.15.2" -> "0.16.0" @ Migration0_15_2_0_16_0,
"0.16.0" -> "0.16.1" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit 5c3bfcb

Please sign in to comment.