Skip to content

Commit

Permalink
release: v0.14.1 (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Nov 3, 2023
1 parent b32002e commit 4bc7e0b
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 @@ -31,6 +31,18 @@

### Changed

### Removed

### Fixed

## Forest v0.14.1

### Breaking

### Added

### Changed

- [#3614](https://github.com/ChainSafe/forest/issues/3614) Moved downloading
bundle to runtime.

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.14.0"
version = "0.14.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 @@ -78,6 +78,7 @@ pub(super) static MIGRATIONS: Lazy<MigrationsMap> = Lazy::new(|| {
create_migrations!(
"0.12.1" -> "0.13.0" @ Migration0_12_1_0_13_0,
"0.13.0" -> "0.14.0" @ MigrationVoid,
"0.14.0" -> "0.14.1" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit 4bc7e0b

Please sign in to comment.