From 05ec3a3df23fde62471f8288e344cc021dd87bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Thu, 25 Apr 2024 11:46:53 -0400 Subject: [PATCH] Prepare for release 0.0.10 (#91) --- MODULE.bazel | 3 +-- version.bzl | 2 +- 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"