Skip to content

Commit

Permalink
prepare release v0.15.2 "Defenestration" (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 6, 2023
1 parent e2ee077 commit 14a8096
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 v0.15.2 "Defenestration"

### Breaking

### Added

- [#3632](https://github.com/ChainSafe/forest/issues/3632) Added an upgrade/fix
for calibration network that will go live at epoch 1070494.

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

pub struct Migration {
Expand Down

0 comments on commit 14a8096

Please sign in to comment.