Skip to content

0.2.28

Latest
Compare
Choose a tag to compare
@helly25 helly25 released this 19 Aug 18:59
· 2 commits to main since this release
74b5d05

Version 0.2.28, see changelog

  • Improved LimitedVector::insert to deal better with conversions and complex types.
  • Improved LimitedMap, LimitedOrdered, LimitedSet and LimitedVector ability to handle conversions.
  • Added diff tooling options ignore_all_space and ignore_consecutive_space.
  • Changed diff tooling options ignore_space_change to only ignore trailing space to match git diff.
  • Added mbo::log::LogTiming a simple timing logger.
  • Pinned Bazel version to 7.2.1.
  • Updated hedron compile commands to include a patch for pre-processed headers.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_mbo",
  url = "https://github.com/helly25/mbo/archive/refs/tags/0.2.28.tar.gz",
  sha256 = "f0b844132498dbf9c1f1df32e941238a46d1c0b185e1ad7f8df64b732f0de0cc",
)