Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 2.25 KB

Changelog

Pre 1.0

Important note for users

Multiple breaking changes will occur so Semver can be followed as soon as Foundry 1.0 is released. They will be listed here, along with the updates needed for your projects.

If you need a stable Foundry version, we recommend using the latest pinned nightly of May 2nd, locally and on your CI.

To use the latest pinned nightly locally, use the following command:

foundryup --version nightly-e15e33a07c0920189fc336391f538c3dad53da73

To use the latest pinned nightly on your CI, modify your Foundry installation step to use an specific version:

- name: Install Foundry
  uses: foundry-rs/foundry-toolchain@v1
  with:
    version: nightly-e15e33a07c0920189fc336391f538c3dad53da73

Breaking changes