From 548506fbbbe21ccf1d382baaf699655ce3424e0c Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Thu, 7 Nov 2024 10:54:08 +0100 Subject: [PATCH] Update Error Prone compatibility matrix (#1406) --- website/_data/compatibility.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/_data/compatibility.yml b/website/_data/compatibility.yml index ba70764c24..9a24428029 100644 --- a/website/_data/compatibility.yml +++ b/website/_data/compatibility.yml @@ -1,8 +1,29 @@ # An overview of Error Prone Support releases, along with compatible Error # Prone releases. This data was generated by `generate-version-compatibility-overview.sh`. releases: + - version: 0.19.1 + compatible: + - "2.35.1" + - "2.35.0" + - "2.34.0" + - "2.33.0" + - "2.32.0" + - "2.31.0" + - "2.30.0" + - version: 0.19.0 + compatible: + - "2.35.1" + - "2.35.0" + - "2.34.0" + - "2.33.0" + - "2.32.0" + - "2.31.0" + - "2.30.0" - version: 0.18.0 compatible: + - "2.35.1" + - "2.35.0" + - "2.34.0" - "2.33.0" - "2.32.0" - "2.31.0"