Skip to content

Releases: OpenZeppelin/openzeppelin-foundry-upgrades

v0.3.6

24 Sep 19:17
16e0ae2
Compare
Choose a tag to compare
  • Add referenceBuildInfoDir and exclude options. (#74)

v0.3.5

20 Sep 17:39
b3b285b
Compare
Choose a tag to compare

Potentially breaking changes

  • Adds a check to ensure initialOwner for deployTransparentProxy is not a ProxyAdmin contract. (#76)

v0.3.4

16 Sep 19:16
b702226
Compare
Choose a tag to compare
  • Defender: Add metadata option. (#75)

v0.3.3

26 Aug 17:22
dd9e5dd
Compare
Choose a tag to compare
  • Defender: Fix error in proposeUpgrade when project path has a space. (#71)

v0.3.2

14 Aug 21:01
1f6690a
Compare
Choose a tag to compare
  • Fix simulation failure due to revert when upgrading deployments using OpenZeppelin Contracts v4. (#65)

v0.3.1

21 May 21:04
4cd15fc
Compare
Choose a tag to compare
  • Fix upgrade interface version detection in upgradeProxy function. (#53)

v0.3.0

14 May 14:00
372170b
Compare
Choose a tag to compare
  • Adds library variations to support forge coverage or upgrade existing deployments using OpenZeppelin Contracts v4. (#50)

Breaking changes

  • Removed the CHEATCODE_ADDRESS internal constant from Upgrades.sol.

v0.2.3

02 May 13:51
7552dab
Compare
Choose a tag to compare
  • Defender: Add txOverrides option. (#49)

v0.2.2

17 Apr 15:29
332bd33
Compare
Choose a tag to compare
  • Defender: Fix handling of license types for block explorer verification, support licenseType and skipLicenseType options. (#43)

v0.2.1

20 Mar 22:15
3595893
Compare
Choose a tag to compare
  • Throw helpful error message if AST not found in contract artifacts. (#28)