Releases: OpenZeppelin/openzeppelin-foundry-upgrades
Releases · OpenZeppelin/openzeppelin-foundry-upgrades
v0.3.6
- Add
referenceBuildInfoDir
and exclude
options. (#74)
v0.3.5
Potentially breaking changes
- Adds a check to ensure
initialOwner
for deployTransparentProxy
is not a ProxyAdmin contract. (#76)
v0.3.4
- Defender: Add
metadata
option. (#75)
v0.3.3
- Defender: Fix error in
proposeUpgrade
when project path has a space. (#71)
v0.3.2
- Fix simulation failure due to revert when upgrading deployments using OpenZeppelin Contracts v4. (#65)
v0.3.1
- Fix upgrade interface version detection in
upgradeProxy
function. (#53)
v0.3.0
- 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
- Defender: Add
txOverrides
option. (#49)
v0.2.2
- Defender: Fix handling of license types for block explorer verification, support
licenseType
and skipLicenseType
options. (#43)
v0.2.1
- Throw helpful error message if AST not found in contract artifacts. (#28)