Skip to content

Commit

Permalink
Release 0.4.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored May 19, 2024
1 parent b92b72d commit 55fa8f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "rules_helm",
version = "0.3.2",
version = "0.4.0",
compatibility_level = 1,
)

Expand All @@ -13,6 +13,7 @@ bazel_dep(name = "rules_go", version = "0.45.1", repo_name = "io_bazel_rules_go"
bazel_dep(name = "rules_oci", version = "1.7.2")

# This is unfortunately required by `rules_oci`.
# https://github.com/bazel-contrib/rules_oci/issues/575
bazel_dep(name = "aspect_bazel_lib", version = "1.36.0")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
Expand Down
12 changes: 6 additions & 6 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Version info for the `rules_helm` repository """

VERSION = "0.3.2"
VERSION = "0.4.0"

0 comments on commit 55fa8f1

Please sign in to comment.