From 49a5054b02446ff2dc70225118e07f3d5e227cb9 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 6 Mar 2026 20:55:09 +0100 Subject: [PATCH] chore(release): v0.2.1 --- MODULE.bazel | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 420959a..c395648 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.2.0", + version = "0.2.1", ) # Core ruleset dependencies. diff --git a/README.md b/README.md index 4d1bf04..8ed2ffb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Release announcements should provide a copy-pasteable module snippet in the standard ruleset form: ```starlark -bazel_dep(name = "rules_bun", version = "0.2.0") +bazel_dep(name = "rules_bun", version = "0.2.1") ``` Then add the Bun repositories and register the toolchains in `MODULE.bazel`: diff --git a/VERSION b/VERSION index 24a2794..2bf362b 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.2.0 +0.2.1 stable 0