From e567dad413d31c3691d696f9d6a38bc2dde063b1 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 6 Mar 2026 21:44:56 +0100 Subject: [PATCH] chore(release): v0.2.2 --- MODULE.bazel | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1028aa5..453c969 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.2.1", + version = "0.2.2", ) # Core ruleset dependencies. diff --git a/README.md b/README.md index 25d2bc4..09d7005 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Release announcements should provide a copy-pasteable module snippet in the standard ruleset form: ```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`: diff --git a/VERSION b/VERSION index 2bf362b..59209d0 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.2.1 +0.2.2 stable 0