Skip to content

Commit 88109c3

Browse files
authored
Bump to 0.9.0 (#687)
* v 0.9.0 * compat=1
1 parent dd1cb33 commit 88109c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module(
22
name = "rules_pkg",
3-
version = "0.8.2", # Must sync with version.bzl.
3+
version = "0.9.0", # Must sync with version.bzl.
44
repo_name = "rules_pkg",
5+
compatibility_level = 1,
56
)
67

78
# Do not update to newer versions until you need a specific new feature.

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""The version of rules_pkg."""
1515

16-
version = "0.8.2"
16+
version = "0.9.0"

0 commit comments

Comments
 (0)