chore(release): v0.2.2
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 36s
Copilot Setup Steps / copilot-setup-steps (push) Failing after 37s
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-06 21:44:56 +01:00
parent 7139aa3ba2
commit e567dad413
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -55,7 +55,7 @@ Release announcements should provide a copy-pasteable module snippet in the
standard ruleset form: standard ruleset form:
```starlark ```starlark
bazel_dep(name = "rules_bun", version = "0.2.1") bazel_dep(name = "rules_bun", version = "0.2.2")
``` ```
Then add the Bun repositories and register the toolchains in `MODULE.bazel`: Then add the Bun repositories and register the toolchains in `MODULE.bazel`:

View File

@@ -1,3 +1,3 @@
0.2.1 0.2.2
stable stable
0 0