Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
released this 16 Apr 12:05
· 1 commit to main since this release
5d6c358

0.4.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "245c7e50151f15615c94deab3d741ae0585c916d0c2d67622416c50a008c6e0c",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.4.0/bartleby-v0.4.0.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Update LLVM to 18.1.3. by @thb-sb in #34
  • Fix doxygen and remote-cache for the integration test. by @thb-sb in #35

Full Changelog: 0.3.0...0.4.0