Skip to content

Commit

Permalink
Release 0.6.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Sep 25, 2024
1 parent 9c044a2 commit 282d4ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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.5.1",
version = "0.6.0",
compatibility_level = 1,
)

Expand Down
4 changes: 2 additions & 2 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.5.1"
VERSION = "0.6.0"

0 comments on commit 282d4ec

Please sign in to comment.