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
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,11 @@ Versions follow the [semantic versioning scheme](https://semver.org/). All stabi
164
164
165
165
### Branches & Tags
166
166
167
-
-`master` holds the bleeding edge code of the next, unreleased Zydis version. Elevated amounts of bugs and issues must be expected, API stability is not guaranteed outside of tagged commits.
167
+
-`master` holds the bleeding edge code of the next, unreleased Zydis version. Increased amounts of bugs and issues must be expected and API stability is not guaranteed outside of tagged commits.
168
168
- Stable and preview versions are annotated with git tags
169
169
- beta and other preview versions have `-beta`, `-rc`, etc. suffixes
170
+
-`maintenance/v4` points to the code of the latest release of v4
171
+
- v4 is the latest stable major version and receives feature updates
170
172
-`maintenance/v3` points to the code of the latest release of v3
171
173
- v3 won't get any feature updates but will receive security updates until 2025
172
174
-`maintenance/v2` points to the code of the last legacy release of v2
0 commit comments