Releases: modular/rules_mojo
Releases · modular/rules_mojo
0.6.0
What's Changed
- Set PATH to something invalid by @keith in #40
- Add new optional lib to toolchain by @keith in #42
- Replace url_override with base_url by @Ahajha in #43
- Fix some amd-smi parsing cases by @keith in #45
- Use mojo_compiler wheel to pull mojo by @Ahajha in #44
- Add target_compatible_with toolchain constraints by @keith in #48
Full Changelog: 0.5.0...0.6.0
MODULE.bazel Snippet
bazel_dep(name = "rules_mojo", version = "0.6.0")
0.5.0
What's Changed
- Add
mojo_shared_library
rule - Add
python_version
attr tomojo_binary
/mojo_test
- Add
additional_compiler_inputs
+copts
expansion - Add
support-path-mapping
tomojo_library
- Update to newer nightly by default
- Require all platforms shas if any are present
- Use rules_mojo default toolchains if root doesn't provide them
- Add
linkopts
tomojo_binary
/mojo_test
/mojo_shared_library
New Contributors
Full Changelog: 0.4.1...0.5.0
MODULE.bazel Snippet
bazel_dep(name = "rules_mojo", version = "0.5.0")
0.4.1
0.4.0
What's Changed
- Add GPU detection logic by @keith in #12
- Add MOJO_IGNORE_UNKNOWN_GPUS by @keith in #13
- Add extra_tools to mojo_toolchain by @keith in #11
- Add ability to override the download URL manually by @Ahajha in #9
New Contributors
MODULE.bazel Snippet
bazel_dep(name = "rules_mojo", version = "0.4.0")
0.3.0
0.2.0
Initial release!
MODULE.bazel Snippet
bazel_dep(name = "rules_mojo", version = "0.1.0")