Skip to content

Releases: foundry-rs/forge-std

v1.0.0

31 Oct 23:55
17656a2
Compare
Choose a tag to compare

forge-std is now modular - enabling composability, and paving the way for new libraries for testing in Solidity.

Features

Breaking changes

  • Bump pragma to >=0.6.2 <0.9.0
  • Remove deprecated features (tip std-cheat, lowLevelError std-error)
  • Disallow "unsafe" std-cheats in scripts by default #147
  • using stdStorage for StdStorage will break in scripts and will need to be changed to stdStorageSafe (or will require a manual import of stdStorage)

v0.1.0

14 Apr 15:18
Compare
Choose a tag to compare

Introduces a versioning system so that as we introduce breaking changes, we can bump the version