aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXùdōng Yáng <wyverald@gmail.com>2024-04-25 11:46:53 -0400
committerGitHub <noreply@github.com>2024-04-25 17:46:53 +0200
commit05ec3a3df23fde62471f8288e344cc021dd87bab (patch)
tree35f758dc38a3d8531d46f293d0e9a7ff56dc4dd3
parent5074be07020864ed7724d8eaff2c43076b59b1a7 (diff)
downloadbazelbuild-platforms-upstream-main.tar.gz
Prepare for release 0.0.10 (#91)upstream/0.0.10upstream-main
-rw-r--r--MODULE.bazel3
-rw-r--r--version.bzl2
2 files changed, 2 insertions, 3 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 7082454..23ab980 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "platforms",
- version = "0.0.9", # keep in sync with version.bzl
+ version = "0.0.10", # keep in sync with version.bzl
compatibility_level = 1,
)
@@ -8,4 +8,3 @@ bazel_dep(name = "rules_license", version = "0.0.7")
host_platform = use_extension("//host:extension.bzl", "host_platform")
use_repo(host_platform, "host_platform")
-
diff --git a/version.bzl b/version.bzl
index 42ded0d..a9fce33 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazelbuild/platforms."""
-version = "0.0.9"
+version = "0.0.10"