v0.12.0
Using Bzlmod with Bazel 6 or greater
- (Bazel 6+ only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_formatjs", version = "0.12.0")That's it! The toolchains are automatically registered.
What's Changed
- feat: support Python extraction sources by @longlho in #99
- chore(main): release 0.12.0 by @formatjsproject in #100
Full Changelog: v0.11.0...v0.12.0