Releases: filecoin-project/filecoin-ffi
v1.30.0
What's Changed
- ci: migrate ci setup from circle ci to github actions by @galargh in #464
- chore: remove circle CI config by @rvagg in #476
- chore!: bump go version to 1.21, fix staticcheck errors by @rvagg in #477
- chore: add nv-24 skeleton by @kamuik16 in #479
- ci: automate creation of GitHub releases and tags by @galargh in #475
- feat: FFI_PORTABLE to build a maximally portable binary by @rvagg in #480
- chore: 1.30.0-dev release by @rjan90 in #481
- ci: fix asset publishing in release check workflow by @galargh in #488
- chore: release v1.30.0-dev2 by @galargh in #487
- feat: download release tarball from named release by @rvagg in #492
- chore: release v1.30.0-rc1 by @rjan90 in #493
- chore: update FVM to v4.3.3 by @rjan90 in #494
- chore: release v1.30.0-rc2 by @rjan90 in #495
New Contributors
Full Changelog: v1.28.0...v1.30.0
v1.30.0-rc2
This is the second release candidate of Filecoin-FFI v1.30.0, which carries the changes for the NV24 upgrade.
What's Changed
Full Changelog: v1.30.0-rc1...v1.30.0-rc2
v1.30.0-rc1
This is the first release candidate of Filecoin-FFI v1.30.0, which carries the changes for the NV24 upgrade.
What's Changed
- ci: migrate ci setup from circle ci to github actions by @galargh in #464
- chore: remove circle CI config by @rvagg in #476
- chore!: bump go version to 1.21, fix staticcheck errors by @rvagg in #477
- chore: add nv-24 skeleton by @kamuik16 in #479
- ci: automate creation of GitHub releases and tags by @galargh in #475
- feat: FFI_PORTABLE to build a maximally portable binary by @rvagg in #480
- chore: 1.30.0-dev release by @rjan90 in #481
- ci: fix asset publishing in release check workflow by @galargh in #488
- chore: release v1.30.0-dev2 by @galargh in #487
- feat: download release tarball from named release by @rvagg in #492
New Contributors
Full Changelog: v1.28.0...v1.30.0-rc1
v1.30.0-dev2
This is a developer release of Filecoin-FFI intended for testing out #480 and the nv24-skeleton. This is the same release as v1.30.0-dev, but with assets published
What's Changed
- ci: automate creation of GitHub releases and tags by @galargh in #475
- feat: FFI_PORTABLE to build a maximally portable binary by @rvagg in #480
- chore: 1.30.0-dev release by @rjan90 in #481
Full Changelog: v1.29.0-dev...v1.30.0-dev2
v1.30.0-dev1
This is a developer release of Filecoin-FFI intended for testing out #480 and the nv24-skeleton. This is the same release as v1.30.0-dev, but generated with the GH UI to get the assets published until we have sorted out #486.
What's Changed
- ci: automate creation of GitHub releases and tags by @galargh in #475
- feat: FFI_PORTABLE to build a maximally portable binary by @rvagg in #480
- chore: 1.30.0-dev release by @rjan90 in #481
Full Changelog: v1.29.0-dev...v1.30.0-dev1
v1.30.0-dev
v1.29.0-dev
This is a developer release of Filecoin-FFI intended for testing out the nv24-skeleton.
What's Changed
- ci: migrate ci setup from circle ci to github actions by @galargh in #464
- chore: remove circle CI config by @rvagg in #476
- chore!: bump go version to 1.21, fix staticcheck errors by @rvagg in #477
- chore: add nv-24 skeleton by @kamuik16 in #479
New Contributors
Full Changelog: d041c9a...v1.29.0-dev
v1.28.0
What's Changed
- feat: Add skeleton for nv23 by @rjan90 in #454
- chore: update Rust version on CI to 1.73 by @vmx in #455
- ci: switch macos builds to apple silicon and upgrade xcode by @galargh in #424
- feat: add support for Non-interactive PoRep by @vmx in #459
- chore: update fvm to 4.3.1 by @Stebalien in #462
- chore: Updates and fixes in README.md by @rjan90 in #461
- build(deps): bump zerovec from 0.10.2 to 0.10.4 in /rust by @dependabot in #466
- [skip changelog]: Update CircleCI config for arm64 by @aarshkshah1992 in #465
- build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 in /rust by @dependabot in #467
New Contributors
- @aarshkshah1992 made their first contribution in #465
Full Changelog: v1.27.0-rc2...v1.28.0
d041c9ab85e68cfb
build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 in /rust Bumps [zerovec-derive](https://github.com/unicode-org/icu4x) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/zerovec-derive@0.10.3) --- updated-dependencies: - dependency-name: zerovec-derive dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
e467d2992e3f9bd0-arm64
Fixes the issue of arm64 artifacts in the e467d2992e3f9bd0
release.