From c11ee50ceb06cd11bef7bdf3bdadcd15a7cac3f8 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 10:48:04 +0100 Subject: [PATCH] chore(release): v0.0.6 --- MODULE.bazel | 2 +- README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2209d51..0978c46 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.0.5", + version = "0.0.6", ) bazel_dep(name = "platforms", version = "1.0.0") diff --git a/README.md b/README.md index 22aaeba..e5ad3c2 100644 --- a/README.md +++ b/README.md @@ -11,24 +11,24 @@ These steps show how to consume a tagged release of `rules_bun` in a separate Ba In your project's `MODULE.bazel`, add: ```starlark -bazel_dep(name = "rules_bun", version = "0.0.5") +bazel_dep(name = "rules_bun", version = "0.0.6") archive_override( module_name = "rules_bun", urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"], - strip_prefix = "rules_bun-v0.0.5", + strip_prefix = "rules_bun-v0.0.6", ) ``` -For channel/pre-release tags (for example `v0.0.5-rc.1`), use the matching folder prefix: +For channel/pre-release tags (for example `v0.0.6-rc.1`), use the matching folder prefix: ```starlark -bazel_dep(name = "rules_bun", version = "0.0.5-rc.1") +bazel_dep(name = "rules_bun", version = "0.0.6-rc.1") archive_override( module_name = "rules_bun", urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"], - strip_prefix = "rules_bun-v0.0.5-rc.1", + strip_prefix = "rules_bun-v0.0.6-rc.1", ) ``` diff --git a/VERSION b/VERSION index abf0864..0ca12c8 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.0.5 +0.0.6 stable 0