From ef010b3c12c480d7ea1d3eacedb6cd9811231dae Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 15 Mar 2026 13:58:34 +0100 Subject: [PATCH] chore(release): v1.0.3 --- MODULE.bazel | 2 +- MODULE.bazel.lock | 4 ++-- README.md | 2 +- VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 7a3e52e..94e1e61 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "1.0.2", + version = "1.0.3", ) # Core ruleset dependencies. diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 246cedb..beaca55 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -194,7 +194,7 @@ "//bun:extensions.bzl%bun": { "general": { "bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=", - "usagesDigest": "8lJhlTN0tALSLMIVpAoPHAUJ7DsvdI3M6FYRhgsDFtU=", + "usagesDigest": "prFfUGEBfgU9euYPzwB9Wux0cLYR+2MKCz+nUIyHYkI=", "recordedInputs": [ "REPO_MAPPING:,bazel_tools bazel_tools" ], @@ -285,7 +285,7 @@ "//bun:extensions.bzl%bun_install": { "general": { "bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=", - "usagesDigest": "x+qjsT8RcvKKj6+UXY1J8kq8wHRbimCNctw3IUTdYzY=", + "usagesDigest": "rhYKu+vVZOHFMZV+ai/X42v6prfhsLITQYyLZaCnX+g=", "recordedInputs": [ "REPO_MAPPING:,bazel_tools bazel_tools" ], diff --git a/README.md b/README.md index 6fd86c3..fd26059 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Release announcements should provide a copy-pasteable module snippet in the standard ruleset form: ```starlark -bazel_dep(name = "rules_bun", version = "1.0.2") +bazel_dep(name = "rules_bun", version = "1.0.3") ``` Then add the Bun repositories and register the toolchains in `MODULE.bazel`: diff --git a/VERSION b/VERSION index 0897e2b..ab9ce00 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -1.0.2 +1.0.3 stable 0