Skip to content

Commit

Permalink
1.0 release (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Jun 3, 2024
1 parent 2247f5d commit b4ac7e3
Show file tree
Hide file tree
Showing 5 changed files with 1,119 additions and 306 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module(
name = "rules_pkg",
version = "0.10.1", # Must sync with version.bzl.
compatibility_level = 1,
version = "1.0.0", # Must sync with version.bzl.
compatibility_level = 2,
repo_name = "rules_pkg",
)

# Do not update to newer versions until you need a specific new feature.
bazel_dep(name = "rules_license", version = "0.0.4")
bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "bazel_skylib", version = "1.4.2")

# Only for development
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
Expand Down
Loading

0 comments on commit b4ac7e3

Please sign in to comment.