Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 00:58
· 21 commits to main since this release
812b99a

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6+ only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_formatjs", version = "0.5.0")

That's it! The toolchains are automatically registered.

What's Changed

  • fix: remove ignore_directories from REPO.bazel for Bazel 7 compat by @longlho in #47
  • build: update MODULE.bazel.lock by @longlho in #51
  • feat: add formatjs_cli v1.1.0 and v1.1.1 by @longlho in #54

Full Changelog: v0.4.5...v0.5.0