chore(release): v0.0.5

This commit is contained in:
Eric
2026-03-04 10:11:16 +01:00
parent 90be857640
commit 22220b6408
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
module( module(
name = "rules_bun", name = "rules_bun",
version = "0.0.4", version = "0.0.5",
) )
bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "platforms", version = "1.0.0")

View File

@@ -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: In your project's `MODULE.bazel`, add:
```starlark ```starlark
bazel_dep(name = "rules_bun", version = "0.0.4") bazel_dep(name = "rules_bun", version = "0.0.5")
archive_override( archive_override(
module_name = "rules_bun", module_name = "rules_bun",
urls = ["https://github.com/Eriyc/rules_bun/archive/refs/tags/v0.0.4.tar.gz"], urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"],
strip_prefix = "rules_bun-v0.0.4", 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 ```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( archive_override(
module_name = "rules_bun", module_name = "rules_bun",
urls = ["https://github.com/Eriyc/rules_bun/archive/refs/tags/v0.0.4-rc.1.tar.gz"], urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"],
strip_prefix = "rules_bun-v0.0.4-rc.1", strip_prefix = "rules_bun-v0.0.5-rc.1",
) )
``` ```

View File

@@ -1,3 +1,3 @@
0.0.4 0.0.5
stable stable
0 0