Skip to content

Commit a14d814

Browse files
Release v5.0.0 (rc) (#4645)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7a4064d commit a14d814

File tree

11 files changed

+14
-9
lines changed

11 files changed

+14
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"tender-shirts-turn",
7474
"thick-pumpkins-exercise",
7575
"thin-camels-matter",
76+
"thirty-drinks-happen",
7677
"tough-drinks-hammer",
7778
"two-wasps-punch",
7879
"unlucky-beans-obey",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 5.0.0-rc.2 (2023-10-02)
5+
6+
- `AccessManager`: Make `schedule` and `execute` more conservative when delay is 0.
7+
48
## 5.0.0-rc.1 (2023-09-28)
59

610
- Upgradeable Contracts: No longer transpile interfaces, libraries, and stateless contracts. ([#4636](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4636))

contracts/access/manager/AccessManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (access/manager/AccessManager.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (access/manager/AccessManager.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.0.0-rc.1",
4+
"version": "5.0.0-rc.2",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/proxy/utils/UUPSUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (proxy/utils/UUPSUpgradeable.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (proxy/utils/UUPSUpgradeable.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC1155/utils/ERC1155Holder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (token/ERC1155/utils/ERC1155Holder.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (token/ERC1155/utils/ERC1155Holder.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC721/utils/ERC721Holder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (token/ERC721/utils/ERC721Holder.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (token/ERC721/utils/ERC721Holder.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/Context.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (utils/Context.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (utils/Context.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/Multicall.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (utils/Multicall.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (utils/Multicall.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/introspection/ERC165.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0-rc.1) (utils/introspection/ERC165.sol)
2+
// OpenZeppelin Contracts (last updated v5.0.0-rc.2) (utils/introspection/ERC165.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)