Skip to content

Commit

Permalink
release: v0.15.0 "Buttress" (#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Nov 2, 2023
1 parent ab327a3 commit f0ffb41
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@

### Added

### Changed

### Removed

### Fixed

## Forest v0.15.0 "Buttress"

Forest v0.15.0 is a service release containing minor bug fixes and small
usability improvements.

### Breaking

### Added

- [#3591](https://github.com/ChainSafe/forest/pull/3591) Add
`forest-tool car validate` command for checking non-filecoin invariants in CAR
files.
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.15.0"
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 @@ -76,6 +76,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.15.0" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit f0ffb41

Please sign in to comment.