aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-06-16 15:35:12 -0400
committerGitHub <noreply@github.com>2023-06-16 15:35:12 -0400
commitc3f8a8b40cc362da12c18de6150c12f18dcde2dc (patch)
tree8e1953533d7afafe3b0a47fb909dbf884bc7462b
parentacee90188bd0f33f6645374e6f438ede05034804 (diff)
parent881459f516407780d7402761657a9b9ccb458028 (diff)
downloadbazelbuild-rules_license-c3f8a8b40cc362da12c18de6150c12f18dcde2dc.tar.gz
Merge pull request #104 from aiuto/main
rel6 fix
-rw-r--r--MODULE.bazel2
-rw-r--r--distro/BUILD2
-rw-r--r--version.bzl2
3 files changed, 4 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 7b3dc47..3d95eba 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_license",
- version = "0.0.5", # Keep in sync with version.bzl
+ version = "0.0.7", # Keep in sync with version.bzl
compatibility_level = 1,
)
diff --git a/distro/BUILD b/distro/BUILD
index 693d1ac..7291cad 100644
--- a/distro/BUILD
+++ b/distro/BUILD
@@ -37,7 +37,9 @@ pkg_tar(
"//licenses/generic:standard_package",
"//licenses/spdx:standard_package",
"//rules:standard_package",
+ "//rules_gathering:standard_package",
"//rules/private:standard_package",
+ "//sample_reports:standard_package",
"//tools:standard_package",
],
extension = "tar.gz",
diff --git a/version.bzl b/version.bzl
index f732579..b2530e3 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_license."""
-version = "0.0.5"
+version = "0.0.7"