chore(release): v0.2.0
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 38s
Docs Pages / deploy (push) Failing after 44s
Copilot Setup Steps / copilot-setup-steps (push) Failing after 34s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled

This commit is contained in:
eric
2026-03-06 20:34:27 +01:00
parent 3a07d02c0d
commit fb7afbb138
3 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -17,24 +17,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.1.0") bazel_dep(name = "rules_bun", version = "0.2.0")
archive_override( archive_override(
module_name = "rules_bun", module_name = "rules_bun",
urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"], urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5.tar.gz"],
strip_prefix = "rules_bun-v0.1.0", strip_prefix = "rules_bun-v0.2.0",
) )
``` ```
For channel/pre-release tags (for example `v0.1.0-rc.1`), use the matching folder prefix: For channel/pre-release tags (for example `v0.2.0-rc.1`), use the matching folder prefix:
```starlark ```starlark
bazel_dep(name = "rules_bun", version = "0.1.0-rc.1") bazel_dep(name = "rules_bun", version = "0.2.0-rc.1")
archive_override( archive_override(
module_name = "rules_bun", module_name = "rules_bun",
urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"], urls = ["https://github.com/Eriyc/rules_bun/archiv0.0.5-rc.1.tar.gz"],
strip_prefix = "rules_bun-v0.1.0-rc.1", strip_prefix = "rules_bun-v0.2.0-rc.1",
) )
``` ```

View File

@@ -1,3 +1,3 @@
0.1.0 0.2.0
stable stable
0 0