Skip to content

Commit

Permalink
release patch version 0.45.1 (#3836)
Browse files Browse the repository at this point in the history
This includes various bug fixes from 0.45.0 and fixes the BCR publishing. In the interest of compatibility we are not upgrading any dependencies for this release.
  • Loading branch information
tyler-french committed Jan 19, 2024
1 parent 1a931cb commit 7eadd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.45.0",
version = "0.45.1",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
Expand Down
2 changes: 1 addition & 1 deletion go/def.bzl
Expand Up @@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]

# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
RULES_GO_VERSION = "0.45.0"
RULES_GO_VERSION = "0.45.1"

go_context = _go_context
gomock = _gomock
Expand Down

0 comments on commit 7eadd85

Please sign in to comment.