Skip to content

Commit 14a8096

Browse files
authored
prepare release v0.15.2 "Defenestration" (#3676)
1 parent e2ee077 commit 14a8096

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

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

3030
### Added
3131

32+
### Changed
33+
34+
### Removed
35+
36+
### Fixed
37+
38+
## Forest v0.15.2 "Defenestration"
39+
40+
### Breaking
41+
42+
### Added
43+
3244
- [#3632](https://github.com/ChainSafe/forest/issues/3632) Added an upgrade/fix
3345
for calibration network that will go live at epoch 1070494.
3446

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.15.1"
3+
version = "0.15.2"
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
@@ -79,6 +79,7 @@ create_migrations!(
7979
"0.14.0" -> "0.15.0" @ MigrationVoid,
8080
"0.14.1" -> "0.15.0" @ MigrationVoid,
8181
"0.15.0" -> "0.15.1" @ MigrationVoid,
82+
"0.15.1" -> "0.15.2" @ MigrationVoid,
8283
);
8384

8485
pub struct Migration {

0 commit comments

Comments
 (0)