v0.9.0
What's Changed
- Update Codeowners by @Braqzen in #130
- Bump repository to use
forc 0.38.0
by @rostyslavtyshko in #143 - Queue by @rostyslavtyshko in #125
- Add test for cross-contract reentrancy by @nfurfaro in #147
- Add additional documentation for setting an owner on contract deployment by @bitzoic in #149
Breaking Changes
- The Ownership library has a breaking change. As it now uses the recently introduced
StorageKey
, theOwnership
struct must be added to the storage block. Please see the Ownership Library's README for information on how to do this.
Full Changelog: v0.8.1...v0.9.0