From 03fd6d8cfabadc79c0e3f28363b6a660cadf6201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 4 Feb 2024 21:01:59 +0100 Subject: [PATCH] README: mention v4 maintenance branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d062e9..0c18ed74 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,11 @@ Versions follow the [semantic versioning scheme](https://semver.org/). All stabi ### Branches & Tags -- `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. +- `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. - Stable and preview versions are annotated with git tags - beta and other preview versions have `-beta`, `-rc`, etc. suffixes +- `maintenance/v4` points to the code of the latest release of v4 + - v4 is the latest stable major version and receives feature updates - `maintenance/v3` points to the code of the latest release of v3 - v3 won't get any feature updates but will receive security updates until 2025 - `maintenance/v2` points to the code of the last legacy release of v2