Skip to content

Commit d6ddfc1

Browse files
authored
chore: add migration guide + 1.0 rc release to announcements page (#1430)
* add to announcements page * fix typos
1 parent 25246c1 commit d6ddfc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/announcements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Please read [here](https://book.getfoundry.sh/cheatcodes/expect-revert#error) fo
2424
2525
## Releases
2626
27+
### 1.0 (rc)
28+
29+
Several breaking changes were introduced in Foundry [`1.0` release candidate](https://github.com/foundry-rs/foundry/releases/tag/rc) (`rc`), which could require updates on projects using older versions.
30+
31+
You are recommended to follow the [migration guide](./guides/v1.0-migration.md) to prepare your codebase for the `1.0` stable release.
32+
33+
To install the release candidate run `foundryup -i rc` and try it out.
34+
35+
It is important to us we get your feedback as this is the last step before the official `1.0` release after three years.
36+
2737
### 0.3 (stable)
2838
2939
The Foundry [`0.3` release](https://github.com/foundry-rs/foundry/releases/tag/v0.3.0) marks an exciting new chapter for Foundry. By moving to [stable releases](https://github.com/foundry-rs/foundry/releases/tag/stable), we aim to provide a reliable development environment for the EVM ecosystem. Our next priority is the `1.0` release in early 2025, polishing Foundry for the long term.

0 commit comments

Comments
 (0)