Skip to content

Commit f910b26

Browse files
Release v5.6.0 (rc) (#6223)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
1 parent 83f6c1b commit f910b26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+132
-57
lines changed

.changeset/pre.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,29 @@
44
"initialVersions": {
55
"openzeppelin-solidity": "5.5.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"blue-mirrors-agree",
9+
"bright-webs-create",
10+
"clean-worlds-end",
11+
"flat-ideas-count",
12+
"fluffy-facts-brake",
13+
"forty-ads-design",
14+
"full-emus-hear",
15+
"fuzzy-lizards-do",
16+
"grumpy-cats-brake",
17+
"khaki-crews-join",
18+
"new-socks-deny",
19+
"shaky-phones-mix",
20+
"social-tools-sniff",
21+
"spotty-plums-brush",
22+
"stale-lizards-cheat",
23+
"swift-planets-juggle",
24+
"tame-monkeys-make",
25+
"tender-pans-yawn",
26+
"thick-banks-relate",
27+
"vast-worlds-pull",
28+
"whole-turkeys-swim",
29+
"yellow-clowns-mate",
30+
"young-corners-help"
31+
]
832
}

CHANGELOG.md

Lines changed: 46 additions & 1 deletion

contracts/access/AccessControl.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.4.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (access/AccessControl.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/extensions/AccessControlDefaultAdminRules.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.5.0) (access/extensions/AccessControlDefaultAdminRules.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (access/extensions/AccessControlDefaultAdminRules.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/extensions/IAccessControlDefaultAdminRules.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.5.0) (access/extensions/IAccessControlDefaultAdminRules.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (access/extensions/IAccessControlDefaultAdminRules.sol)
33

44
pragma solidity >=0.8.4;
55

contracts/access/manager/IAccessManager.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.5.0) (access/manager/IAccessManager.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (access/manager/IAccessManager.sol)
33

44
pragma solidity >=0.8.4;
55

contracts/account/Account.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.5.0) (account/Account.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (account/Account.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/account/extensions/draft-AccountERC7579.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.5.0) (account/extensions/draft-AccountERC7579.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (account/extensions/draft-AccountERC7579.sol)
33

44
pragma solidity ^0.8.26;
55

contracts/account/extensions/draft-AccountERC7579Hooked.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.4.0) (account/extensions/draft-AccountERC7579Hooked.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (account/extensions/draft-AccountERC7579Hooked.sol)
33

44
pragma solidity ^0.8.26;
55

contracts/account/utils/EIP7702Utils.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.5.0) (account/utils/EIP7702Utils.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (account/utils/EIP7702Utils.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)