Skip to content

Commit

Permalink
Revert compatibility_level back to 1 so we can push to BCR. (#877)
Browse files Browse the repository at this point in the history
* Revert compatibility_level back to 1 so we can push to BCR.

See bazelbuild/bazel-central-registry#2232
for discussion.

* update version#
  • Loading branch information
aiuto authored Jul 9, 2024
1 parent fbc7cff commit 6a44f01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_pkg",
version = "1.0.0", # Must sync with version.bzl.
compatibility_level = 2,
version = "1.0.1", # Must sync with version.bzl.
compatibility_level = 1,
repo_name = "rules_pkg",
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rules_pkg - 1.0.0
# rules_pkg - 1.0.1

<div class="toc">
<h2>Common Attributes</h2>
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""

version = "1.0.0"
version = "1.0.1"

0 comments on commit 6a44f01

Please sign in to comment.