You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**latest**| ✅ Audited releases | Stable, audited versions of the package. This is the **default** version installed when users run `npm install @openzeppelin/contracts`. |
30
+
|**dev**| 🧪 Final but not audited | Versions that are finalized and feature-complete but have **not yet been audited**. This version is fully tested, can be used in production and is covered by the bug bounty. |
31
+
|**next**| 🚧 Release candidates | Pre-release versions that are **not final**. Used for testing and validation before the version becomes a final `dev` or `latest` release. |
We use NPM tags to clearly distinguish between audited and non-audited versions of our package:
17
+
18
+
[%header,cols=3*]
19
+
|===
20
+
| *Tag*
21
+
| *Purpose*
22
+
| *Description*
23
+
24
+
| *latest*
25
+
| ✅ Audited releases
26
+
| Stable, audited versions of the package. This is the *default* version installed when users run `npm install @openzeppelin/contracts`.
27
+
28
+
| *dev*
29
+
| 🧪 Final but not audited
30
+
| Versions that are finalized and feature-complete but have *not yet been audited*. This version is fully tested, can be used in production and is covered by the bug bounty.
31
+
32
+
| *next*
33
+
| 🚧 Release candidates
34
+
| Pre-release versions that are *not final*. Used for testing and validation before the version becomes a final `dev` or `latest` release.
> OpenZeppelin Contracts uses semantic versioning to communicate backwards compatibility of its API and storage layout. For upgradeable contracts, the storage layout of different major versions should be assumed incompatible, for example, it is unsafe to upgrade from 4.9.3 to 5.0.0. Learn more at [Backwards Compatibility](https://docs.openzeppelin.com/contracts/backwards-compatibility).
68
68
@@ -71,17 +71,23 @@ index 2f92281b3..a0e46695d 100644
71
71
++
72
72
## Overview
73
73
74
-
### Installation
75
-
@@ -27,7 +30,7 @@
74
+
### Release tags
75
+
@@ -35,12 +38,12 @@ We use NPM tags to clearly distinguish between audited and non-audited versions
0 commit comments