From e1bc2fddea805675339e362f94b49375911cef14 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 10:11:16 +0100 Subject: [PATCH] chore(release): v0.0.5 --- MODULE.bazel | 2 +- README.md | 14 +++++++------- VERSION | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 0fa5669..2209d51 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.0.4", + version = "0.0.5", ) bazel_dep(name = "platforms", version = "1.0.0") diff --git a/README.md b/README.md index 148df89..26a4f7a 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.4") +bazel_dep(name = "rules_bun", version = "0.0.5") archive_override( module_name = "rules_bun", - urls = ["https://github.com/Eriyc/rules_bun/archive/refs/tags/v0.0.4.tar.gz"], - strip_prefix = "rules_bun-v0.0.4", + urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"], + strip_prefix = "rules_bun-v0.0.5", ) ``` -For channel/pre-release tags (for example `v0.0.4-rc.1`), use the matching folder prefix: +For channel/pre-release tags (for example `v0.0.5-rc.1`), use the matching folder prefix: ```starlark -bazel_dep(name = "rules_bun", version = "0.0.4-rc.1") +bazel_dep(name = "rules_bun", version = "0.0.5-rc.1") archive_override( module_name = "rules_bun", - urls = ["https://github.com/Eriyc/rules_bun/archive/refs/tags/v0.0.4-rc.1.tar.gz"], - strip_prefix = "rules_bun-v0.0.4-rc.1", + urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"], + strip_prefix = "rules_bun-v0.0.5-rc.1", ) ``` diff --git a/VERSION b/VERSION index b46d6ca..abf0864 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.0.4 +0.0.5 stable 0