From 1be02641d34035699df649fb90903e36b48d3672 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Thu, 19 Mar 2020 17:24:43 -0400 Subject: [PATCH] Announce release v0.22.2, v0.21.5 [skip ci] --- README.rst | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index 932e84f963..c445708da2 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,11 @@ Mailing list: `bazel-go-discuss`_ Announcements ------------- +2020-03-13 + Releases + `v0.22.2 `_ and + `v0.21.5 `_ are + now available with support for Go 1.14.1 and 1.13.9. 2020-02-26 Release `v0.22.1 `_ is @@ -55,15 +60,6 @@ Announcements now available with support for Go 1.14. ``v0.22.0`` also updates dependencies including ``com_github_golang_protobuf``, which is needed by newer versions of ``com_google_cloud_go``. -2020-02-13 - Releases - `v0.21.3 `_ and - `v0.20.7 `_ are - now available with support for Go 1.13.8 and 1.12.17. -2020-02-06 - Gazelle - `v0.20.0 `_ - is now available. Contents -------- @@ -120,7 +116,7 @@ They currently do not support (in order of importance): * C/C++ interoperation except cgo (swig etc.) * coverage -Note: The latest version of these rules (v0.22.1) requires Bazel ≥ 1.2.0 to work. +Note: The latest version of these rules (v0.22.2) requires Bazel ≥ 1.2.0 to work. The ``master`` branch is only guaranteed to work with the latest version of Bazel. @@ -141,10 +137,10 @@ Setup http_archive( name = "io_bazel_rules_go", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", - "https://github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", + "https://github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", ], - sha256 = "e6a6c016b0663e06fa5fccf1cd8152eab8aa8180c583ec20c872f4f9953a7ac5", + sha256 = "142dd33e38b563605f0d20e89d9ef9eda0fc3cb539a14be1bdb1350de2eda659", ) load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") @@ -201,10 +197,10 @@ build files automatically using gazelle_. http_archive( name = "io_bazel_rules_go", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", - "https://github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", + "https://github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", ], - sha256 = "e6a6c016b0663e06fa5fccf1cd8152eab8aa8180c583ec20c872f4f9953a7ac5", + sha256 = "142dd33e38b563605f0d20e89d9ef9eda0fc3cb539a14be1bdb1350de2eda659", ) load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") @@ -330,10 +326,10 @@ a go.mod or Gopkg.lock file. http_archive( name = "io_bazel_rules_go", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", - "https://github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", + "https://github.com/bazelbuild/rules_go/releases/download/v0.22.2/rules_go-v0.22.2.tar.gz", ], - sha256 = "e6a6c016b0663e06fa5fccf1cd8152eab8aa8180c583ec20c872f4f9953a7ac5", + sha256 = "142dd33e38b563605f0d20e89d9ef9eda0fc3cb539a14be1bdb1350de2eda659", ) # Load and call the dependencies