Skip to content

Commit

Permalink
Preparing 0.32 release (#1576)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
linzhp and fmeum committed Jul 11, 2023
1 parent b8e1246 commit 154fb90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
@@ -1,12 +1,12 @@
module(
name = "gazelle",
version = "0.31.0",
version = "0.32.0",
repo_name = "bazel_gazelle",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "protobuf", version = "3.19.6", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_go", version = "0.39.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.41.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_proto", version = "4.0.0")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
Expand Down
20 changes: 12 additions & 8 deletions README.rst
Expand Up @@ -181,7 +181,7 @@ should look like this:
go_rules_dependencies()
go_register_toolchains(version = "1.20.4")
go_register_toolchains(version = "1.20.5")
gazelle_dependencies()
Expand Down Expand Up @@ -321,19 +321,23 @@ you're using a compatible version.
+---------------------+------------------------------+------------------------------+
| 0.23 | 0.26 | 0.28 |
+---------------------+------------------------------+------------------------------+
| 0.24 | 0.29 | n/a |
| 0.24 | 0.29 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.25 | 0.29 | n/a |
| 0.25 | 0.29 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.26 | 0.29 | n/a |
| 0.26 | 0.29 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.27 | 0.29 | n/a |
| 0.27 | 0.29 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.28 | 0.35 | n/a |
| 0.28 | 0.35 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.29 | 0.35 | n/a |
| 0.29 | 0.35 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.30 | 0.35 | n/a |
| 0.30 | 0.35 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.31 | 0.35 | 0.40 |
+---------------------+------------------------------+------------------------------+
| 0.32 | 0.41 | n/a |
+---------------------+------------------------------+------------------------------+

Usage
Expand Down
4 changes: 4 additions & 0 deletions tests/bcr/.bazelrc
@@ -1 +1,5 @@
common --enable_bzlmod

# TODO: Remove after gazelle 0.32.0 and rules_go 0.41.0 have been released together.
# https://github.com/bazelbuild/bazel-central-registry/pull/760
common --registry=https://raw.githubusercontent.com/fmeum/bazel-central-registry/bazelbuild/rules_go%40v0.41.0-ad5c5146

0 comments on commit 154fb90

Please sign in to comment.