Skip to content

1.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 12:58
· 16 commits to main since this release
Immutable release. Only release title and notes can be modified.
1.2.4
23a69bd

Version 1.2.4

Changelog

  • Fixed publishing with GitHub immutable releases by updating the shared Bazel release workflow and publishing release assets before the release becomes immutable. Version 1.2.3 remains an unusable, permanently reserved release tag after the legacy workflow created an immutable release before uploading its archive.

For Bazel MODULES.bazel

bazel_dep(name = "mboworks_proto", version = "1.2.4")

Using the provided LLVM

Copy llvm.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it.

include("//:llvm.MODULE.bazel")

Using the provided development modules

Copy dev.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it. It provides the dev-only Hedron compile-commands extractor (generates compile_commands.json for clangd) and depend_on_what_you_use.

include("//:dev.MODULE.bazel")

What's Changed

Full Changelog: 1.2.3...1.2.4