1. a2be65f Disable autoreleasing by Mark Elliot · 2 weeks ago upstream/main
  2. bc6d11a Update actions/checkout action to v5 (#89) by renovate-thm[bot] · 3 weeks ago v1.9.0
  3. 5f0c93e fix: check bzl_library (#88) by Alex Eagle · 6 weeks ago v1.8.0
  4. 08b979b Update bazel-contrib/setup-bazel action to v0.15.0 (#78) by renovate-thm[bot] · 8 weeks ago v1.7.0
  5. d6d5203 Render TOOLS only if supported on host (#80) by Markus Hofbauer · 8 weeks ago
  6. 41d2706 chore: fixes required for stardoc (#82) by Alex Eagle · 8 weeks ago v1.6.0
  7. 4830dcc Use rules_shell starlark rules (#81) by Markus Hofbauer · 3 months ago v1.5.0
  8. c8dd927 chore(docs): recommend bazel_env.bzl (#76) by Alex Eagle · 4 months ago v1.4.0
  9. c356341 Fixes "cd" on Windows when build and repo directory are on different drive (#77) by Dimiter 'malkia' Stanev · 4 months ago
  10. 89fb468 Update bazel-contrib/setup-bazel action to v0.14.0 (#69) by renovate-thm[bot] · 4 months ago v1.3.0
  11. bb76099 Update actions/create-github-app-token action to v2 (#74) by renovate-thm[bot] · 4 months ago
  12. b447304 Export a list of all tools in a hub as a Starlark constant (#75) by Fabian Meumertzheim · 4 months ago
  13. 08e2aeb feat: Relax single file limit of run_in rule (#71) by Honnix · 5 months ago v1.2.0
  14. 5a84b9c Fix typo in readme.md (#72) by Tim Nielens · 6 months ago v1.1.0
  15. 1cce755 Fix dev dependency compatibility with 'bazel mod tidy' (#70) by Mark Elliot · 6 months ago
  16. e6521bc Update bazel-contrib/setup-bazel action to v0.12.0 (#68) by renovate-thm[bot] · 8 months ago
  17. f1b4543 Support multiple multitool hubs (#65) by Mark Elliot · 10 months ago v1.0.0
  18. 4d435b7 Support 'bazel mod tidy' (#64) by Mark Elliot · 10 months ago
  19. 9f5b741 Eliminate the workspace repo (#63) by Mark Elliot · 10 months ago v0.15.0
  20. d96f1bc Lazily download tools (#62) by Mark Elliot · 10 months ago
  21. 73c4fa7 Update bazel-contrib/setup-bazel action to v0.9.1 (#61) by renovate-thm[bot] · 10 months ago
  22. 795cc7b feat: add rule to run tool in BUILD_WORKSPACE_DIRECTORY (#60) by Thomas Quinn · 10 months ago v0.14.0
  23. 2daa11c Update bazel-contrib/setup-bazel action to v0.9.0 (#56) by renovate-thm[bot] · 11 months ago v0.13.0
  24. 9dc4e4e Run our own test matrix (#55) by Mark Elliot · 11 months ago
  25. 1dfe2ef Update buildifier_prebuilt by Mark Elliot · 11 months ago
  26. 8c4fe77 Reconfigure renovate by Mark Elliot · 11 months ago
  27. fe0a9b8 Use netrc when configured for download auth (#51) by Mark Elliot · 1 year, 2 months ago v0.12.0
  28. 1f6202a Only enforce minimum Bazel version for Windows artifacts on Windows (#50) by peakschris · 1 year, 2 months ago
  29. bded140 Fix lockfile by Mark Elliot · 1 year, 3 months ago v0.10.0
  30. 1c43c75 Fix export files glob and explicitly error on bad file references (#48) by Mark Elliot · 1 year, 3 months ago
  31. 97fe309 Fix automation by Mark Elliot · 1 year, 3 months ago
  32. a41c5a1 Add release automation by Mark Elliot · 1 year, 3 months ago v0.9.0
  33. 45ad7ae Add windows support (#45) by peakschris · 1 year, 3 months ago
  34. 14b2464 Update buildifier to 6.4.0 (#47) by Mark Elliot · 1 year, 3 months ago
  35. 4155452 Display test errors in CI (#46) by Mark Elliot · 1 year, 3 months ago
  36. 28cac8e Fix lockfile registration to ensure root module lockfiles win conflicts (#43) by Mark Elliot · 1 year, 3 months ago v0.8.0
  37. 218c3db Simplify the download steps of release in automation.md (#40) by hunshcn · 1 year, 3 months ago
  38. 112ee29 Disable renovating Bazel dependencies (#38) by Mark Elliot · 1 year, 4 months ago
  39. 697afde chore(deps): update bazel-contrib/.github action to v6 (#37) by renovate-thm[bot] · 1 year, 4 months ago
  40. 2a85256 Add docs about how to update multitool's lockfile (#31) by Mark Elliot · 1 year, 5 months ago
  41. 60a5472 Use exec to run cwd target (#30) by Mark Elliot · 1 year, 5 months ago v0.7.1
  42. 6d0487b Add convenience target for running in the current working directory (#29) by Mark Elliot · 1 year, 5 months ago v0.7.0
  43. 9a0e53e Document how to run tools on the command line (#26) by Alex Eagle · 1 year, 5 months ago
  44. 4efd146 Fix release automation script (#25) by Mark Elliot · 1 year, 5 months ago
  45. 724c28a Improve schema, support 'type', prep for 'headers' (breaking for WORKSPACE) (#23) by Mark Elliot · 1 year, 6 months ago v0.6.0
  46. 81842f6 feat: allow multiple lockfiles for WORKSPACE users as well (#21) by Alex Eagle · 1 year, 6 months ago v0.5.0
  47. 23ec04e README: add $schema for tooling assistance (#20) by Alex Eagle · 1 year, 6 months ago v0.4.0
  48. 483de4b Move _declare_toolchain to toolchain_info.bzl (#19) by Mark Elliot · 1 year, 6 months ago
  49. ab6bcaa Split exec and target toolchain definitions (#18) by Mark Elliot · 1 year, 6 months ago
  50. 5c16a54 Add JSON schema for multitool's lockfile (#15) by Alex Eagle · 1 year, 6 months ago
  51. 64b15e5 Only download necessary toolchains (#16) by Mark Elliot · 1 year, 6 months ago v0.3.0
  52. f422ff6 Add a test reproducing #13 (#14) by Alex Eagle · 1 year, 6 months ago
  53. 98c6937 Add new required field to presubmit.yml (#10) by Mark Elliot · 1 year, 6 months ago
  54. bba11b3 Refactor to properly support bzlmod (#9) by Mark Elliot · 1 year, 6 months ago v0.2.0
  55. ee35e05 Fix broken README link (#7) by Mark Elliot · 1 year, 10 months ago
  56. 45e54a4 Fix presubmit.yml (#6) by Mark Elliot · 1 year, 10 months ago
  57. c49abe8 Fix maintainers/fixedReleaser signatures for BCR (#5) by Mark Elliot · 1 year, 10 months ago v0.1.1
  58. 38a4928 Set a reachable maintainer email (#4) by Mark Elliot · 1 year, 10 months ago v0.1.0
  59. 875689d Actually embed MODULE.bazel version correctly (#3) by Mark Elliot · 1 year, 10 months ago v0.0.10
  60. c2f7c7b More fixes for BCR (#2) by Mark Elliot · 1 year, 10 months ago
  61. 388662c Fixes for BCR (#1) by Mark Elliot · 1 year, 10 months ago
  62. a1019fc Mark releases as latest by Mark Elliot · 1 year, 10 months ago
  63. a292be5 Grant release workflow permissions to write to releases by Mark Elliot · 1 year, 10 months ago
  64. 6aacfbc Fix typo in release_prep.sh by Mark Elliot · 1 year, 10 months ago
  65. 8bd0bcd fix release_prep.sh further by Mark Elliot · 1 year, 10 months ago
  66. 0b4e07e fix release_prep.sh by Mark Elliot · 1 year, 10 months ago
  67. 8cc6560 refine test targets further by Mark Elliot · 1 year, 10 months ago
  68. e987489 exclude Bazel 5.4.0 by Mark Elliot · 1 year, 10 months ago
  69. a0c02e5 initial commit by Mark Elliot · 1 year, 10 months ago