Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md in preparation for 0.5.1 release #616

Merged
merged 1 commit into from
Jul 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ Bazel ≥0.4.5 | linux-x86_64 | ubuntu_15.10-x86_64 | darwin-x86_64

## Announcements

* **July 10, 2017** Release
[0.5.1](https://github.com/bazelbuild/rules_go/releases/tag/0.5.1) is now
available!
* **June 13, 2017** Release
[0.5.0](https://github.com/bazelbuild/rules_go/releases/tag/0.5.0) is now
available!
* **May 5, 2017**
Release [0.4.4](https://github.com/bazelbuild/rules_go/releases/tag/0.4.4) is
now available!
* **April 12, 2017**
Release [0.4.3](https://github.com/bazelbuild/rules_go/releases/tag/0.4.3) is
now available!
* **April 7, 2017** Builds using rules_go recently broke
([#361](https://github.com/bazelbuild/rules_go/issues/361)) because of a name
change in buildifier, one of our dependencies. You can upgrade to `0.3.4`,
`0.4.2`, or `master` to get your build working again.

## Contents

Expand Down Expand Up @@ -60,7 +56,7 @@ They currently do not support (in order of importance):
* coverage
* test sharding

**Note:** The latest version of these rules (0.5.0) require Bazel ≥ 0.4.5 to
**Note:** The latest version of these rules (0.5.1) require Bazel ≥ 0.4.5 to
work.

The `master` branch is only guaranteed to work with the latest version of Bazel.
Expand All @@ -76,7 +72,7 @@ The `master` branch is only guaranteed to work with the latest version of Bazel.
git_repository(
name = "io_bazel_rules_go",
remote = "https://github.com/bazelbuild/rules_go.git",
tag = "0.5.0",
tag = "0.5.1",
)
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")

Expand Down