Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 3.16 KB

Changelog

0.3.6 (2024-09-24)

  • Add referenceBuildInfoDir and exclude options. (#74)

0.3.5 (2024-09-20)

Potentially breaking changes

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

0.3.4 (2024-09-16)

  • Defender: Add metadata option. (#75)

0.3.3 (2024-08-26)

  • Defender: Fix error in proposeUpgrade when project path has a space. (#71)

0.3.2 (2024-08-14)

  • Fix simulation failure due to revert when upgrading deployments using OpenZeppelin Contracts v4. (#65)

0.3.1 (2024-05-21)

  • Fix upgrade interface version detection in upgradeProxy function. (#53)

0.3.0 (2024-05-14)

  • 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.

0.2.3 (2024-05-02)

  • Defender: Add txOverrides option. (#49)

0.2.2 (2024-04-17)

  • Defender: Fix handling of license types for block explorer verification, support licenseType and skipLicenseType options. (#43)

0.2.1 (2024-03-20)

  • Throw helpful error message if AST not found in contract artifacts. (#28)

0.2.0 (2024-03-20)

  • Update forge-std to v1.8.0, restrict state mutability of some functions. (#30)

Breaking changes

  • Requires forge-std version v1.8.0 or later.

0.1.0 (2024-03-11)

  • Support private networks and forked networks with Defender. (#25)

0.0.2 (2024-02-20)

  • Support constructor arguments for Defender deployments. (#16)
  • Support Defender deployments for upgradeable contracts. (#18)
  • Add Defender.proposeUpgrade function. (#21)
  • Add functions to get approval process information from Defender (#23)

Breaking changes

  • Defender.deployContract functions now return address instead of string.
  • Defender deployments now require metadata to be included in compiler output.
  • Defender deployments no longer print console output on successful deployments.

0.0.1 (2024-02-06)

  • Initial preview