chore(release): v1.0.3
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 1m14s
Docs Pages / deploy (push) Failing after 42s
Copilot Setup Steps / copilot-setup-steps (push) Failing after 39s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled

This commit is contained in:
eric
2026-03-15 13:58:34 +01:00
parent 88336c869b
commit ef010b3c12
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module(
name = "rules_bun",
version = "1.0.2",
version = "1.0.3",
)
# Core ruleset dependencies.

4
MODULE.bazel.lock generated
View File

@@ -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"
],

View File

@@ -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`:

View File

@@ -1,3 +1,3 @@
1.0.2
1.0.3
stable
0