Skip to content

1.2.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:34
· 5 commits to main since this release
1.2.2
1954dd9

Version 1.2.2

Changelog

  • Renamed the Bazel module from helly25_proto to mboworks_proto for publication under MBO Works.
  • Updated bazel-skylib to 1.9.2 and the compile-commands extractor pin to its latest verified fork commit.
  • Made the release archive independent of development-only compile-command tooling.
  • Force a Bazel-9-compatible rules_android (0.7.2) via MVS, so downstream consumers (and the BCR presubmit) don't hit protobuf's transitive rules_android 0.6.4 failing to load on Bazel 9.

For Bazel MODULES.bazel

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

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

  • Bump version from 1.2.1 to 1.2.2 by @helly25 in #56
  • chore: finish MBO Works repository transfer by @helly25 in #57
  • Set package ecosystem to 'bazel' in dependabot config by @helly25 in #58
  • Upgrade GoogleTest and Abseil together by @dependabot[bot] in #63
  • Adopt infrastructure from mbo and xff by @helly25 in #64
  • Bump rules_cc from 0.2.19 to 0.2.22 by @dependabot[bot] in #59
  • Bump rules_go from 0.61.0 to 0.63.0 by @dependabot[bot] in #60
  • Bump rules_android from 0.7.2 to 0.7.3 by @dependabot[bot] in #61
  • Publish module as mboworks_proto by @helly25 in #65

New Contributors

Full Changelog: 1.2.1...1.2.2