Skip to content

Commit f76faaa

Browse files
authored
chore: prepare release 0.30.5 (#6326)
1 parent 27a4609 commit f76faaa

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929

3030
### Added
3131

32+
33+
### Changed
34+
35+
### Removed
36+
37+
### Fixed
38+
39+
## Forest v0.30.5 "Dulce de Leche"
40+
41+
Non-mandatory release supporting new API methods and addressing a critical panic issue.
42+
43+
### Added
44+
3245
- [#6231](https://github.com/ChainSafe/forest/pull/6231) Implemented `Filecoin.ChainGetTipSet` for API v2.
3346

3447
- [#6312](https://github.com/ChainSafe/forest/pull/6312) Implemented `Filecoin.StateGetActor` for API v2.
@@ -37,10 +50,6 @@
3750

3851
- [#6323](https://github.com/ChainSafe/forest/pull/6323) Implemented `Filecoin.FilecoinAddressToEthAddress` for API v1 and v2.
3952

40-
### Changed
41-
42-
### Removed
43-
4453
### Fixed
4554

4655
- [#6325](https://github.com/ChainSafe/forest/pull/6325) Fixed a panic that could occur under certain message pool conditions and the `Filecoin.MpoolSelect` RPC method.

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.30.4"
3+
version = "0.30.5"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
repository = "https://github.com/ChainSafe/forest"
66
edition = "2024"

0 commit comments

Comments
 (0)