We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1cb33 commit 88109c3Copy full SHA for 88109c3
MODULE.bazel
@@ -1,7 +1,8 @@
1
module(
2
name = "rules_pkg",
3
- version = "0.8.2", # Must sync with version.bzl.
+ version = "0.9.0", # Must sync with version.bzl.
4
repo_name = "rules_pkg",
5
+ compatibility_level = 1,
6
)
7
8
# Do not update to newer versions until you need a specific new feature.
version.bzl
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""The version of rules_pkg."""
15
16
-version = "0.8.2"
+version = "0.9.0"
0 commit comments