Revert compatibility_level back to 1 so we can push to BCR. (#877)

* Revert compatibility_level back to 1 so we can push to BCR.

See https://github.com/bazelbuild/bazel-central-registry/issues/2232
for discussion.

* update version#
This commit is contained in:
aiuto 2024-07-09 14:22:24 -04:00 committed by GitHub
parent fbc7cffa54
commit 6a44f01087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
module( module(
name = "rules_pkg", name = "rules_pkg",
version = "1.0.0", # Must sync with version.bzl. version = "1.0.1", # Must sync with version.bzl.
compatibility_level = 2, compatibility_level = 1,
repo_name = "rules_pkg", repo_name = "rules_pkg",
) )

View File

@ -1,4 +1,4 @@
# rules_pkg - 1.0.0 # rules_pkg - 1.0.1
<div class="toc"> <div class="toc">
<h2>Common Attributes</h2> <h2>Common Attributes</h2>

View File

@ -13,4 +13,4 @@
# limitations under the License. # limitations under the License.
"""The version of rules_pkg.""" """The version of rules_pkg."""
version = "1.0.0" version = "1.0.1"