Skip to content

Commit

Permalink
Announce release 0.19.1 [skip ci] (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod authored Jul 19, 2019
1 parent 6982949 commit 4bccd37
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Mailing list: `bazel-go-discuss`_
Announcements
-------------

2019-07-19
Release
`0.19.1 <https://github.com/bazelbuild/rules_go/releases/tag/0.19.1>`_
is now available with bug fixes for coverage, debugging, and race mode.
2019-07-16
Gazelle release
`0.18.1 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/0.18.1>`_
Expand All @@ -65,11 +69,6 @@ Announcements
are now available with support for Go 1.12.7 and 1.11.12. The 0.19.0 release
branch will be cut soon with additional Bazel compatibility improvements
for cross-compilation.
2019-06-12
Releases
`0.18.6 <https://github.com/bazelbuild/rules_go/releases/tag/0.18.6>`_ and
`0.17.7 <https://github.com/bazelbuild/rules_go/releases/tag/0.17.7>`_
are now available with support for Go 1.12.6 and 1.11.11.

Contents
--------
Expand Down Expand Up @@ -126,7 +125,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 (0.19.0) requires Bazel ≥ 0.23.0 to work.
Note: The latest version of these rules (0.19.1) requires Bazel ≥ 0.23.0 to work.

The ``master`` branch is only guaranteed to work with the latest version of Bazel.

Expand All @@ -147,10 +146,10 @@ Setup
http_archive(
name = "io_bazel_rules_go",
urls = [
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
],
sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144",
sha256 = "8df59f11fb697743cbb3f26cfb8750395f30471e9eabde0d174c3aebc7a1cd39",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down Expand Up @@ -207,10 +206,10 @@ build files automatically using gazelle_.
http_archive(
name = "io_bazel_rules_go",
urls = [
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
],
sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144",
sha256 = "8df59f11fb697743cbb3f26cfb8750395f30471e9eabde0d174c3aebc7a1cd39",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down Expand Up @@ -336,10 +335,10 @@ a go.mod or Gopkg.lock file.
http_archive(
name = "io_bazel_rules_go",
urls = [
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.19.1/rules_go-0.19.1.tar.gz",
],
sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144",
sha256 = "8df59f11fb697743cbb3f26cfb8750395f30471e9eabde0d174c3aebc7a1cd39",
)
# Load and call the dependencies
Expand Down

0 comments on commit 4bccd37

Please sign in to comment.