From 0872bf7b2021c0b2cef7d41d0f100a3692ac3a97 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 14:38:41 +0100 Subject: [PATCH] chore(release): v0.0.7 --- MODULE.bazel | 2 +- README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index e8d29e9..1d6a262 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.0.6", + version = "0.0.7", ) bazel_dep(name = "platforms", version = "1.0.0") diff --git a/README.md b/README.md index c445044..a1e0d1f 100644 --- a/README.md +++ b/README.md @@ -16,24 +16,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.6") +bazel_dep(name = "rules_bun", version = "0.0.7") archive_override( module_name = "rules_bun", urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"], - strip_prefix = "rules_bun-v0.0.6", + strip_prefix = "rules_bun-v0.0.7", ) ``` -For channel/pre-release tags (for example `v0.0.6-rc.1`), use the matching folder prefix: +For channel/pre-release tags (for example `v0.0.7-rc.1`), use the matching folder prefix: ```starlark -bazel_dep(name = "rules_bun", version = "0.0.6-rc.1") +bazel_dep(name = "rules_bun", version = "0.0.7-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.6-rc.1", + strip_prefix = "rules_bun-v0.0.7-rc.1", ) ``` diff --git a/VERSION b/VERSION index 0ca12c8..8c77052 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.0.6 +0.0.7 stable 0