Skip to content

Commit 5c3bfcb

Browse files
authored
chore: prepare release v0.16.1 (#3723)
1 parent 911daab commit 5c3bfcb

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@
2929

3030
### Added
3131

32+
### Changed
33+
34+
### Removed
35+
36+
### Fixed
37+
38+
## Forest 0.16.1 "(Re)Fresh(ed)Melon"
39+
40+
This is yet another mandatory upgrade for calibration network, containing the
41+
2nd fix for the `WatermelonFix` upgrade. See this
42+
[update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806)
43+
for reference.
44+
45+
### Breaking
46+
47+
### Added
48+
3249
- [#3718](https://github.com/ChainSafe/forest/issues/3718) Added support for the
3350
2nd NV21 calibration network fix. See this
3451
[update](https://github.com/filecoin-project/community/discussions/74#discussioncomment-7591806)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-filecoin"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
repository = "https://github.com/ChainSafe/forest"
66
edition = "2021"

src/db/migration/migration_map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ create_migrations!(
8282
"0.15.0" -> "0.15.1" @ MigrationVoid,
8383
"0.15.1" -> "0.15.2" @ MigrationVoid,
8484
"0.15.2" -> "0.16.0" @ Migration0_15_2_0_16_0,
85+
"0.16.0" -> "0.16.1" @ MigrationVoid,
8586
);
8687

8788
pub struct Migration {

0 commit comments

Comments
 (0)