Skip to content

Releases: bazel-contrib/bazelrc-preset.bzl

v1.5.1

03 Nov 16:28
3731119

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.5.1")

Then follow more install instructions from the project README.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

22 Oct 15:15
29e8c7d

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.5.0")

Then follow more install instructions from the project README.

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Oct 01:15
1dae2c1

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.4.0")

Then follow more install instructions from the project README.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

11 Sep 20:19
b27d589

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.3.0")

Then follow more install instructions from the project README.

What's Changed

  • feat: give users control over doc link by @alexeagle in #78
  • docs: Fix indentation in README by @hofbi in #79
  • chore: pre-commit autoupdate by @hofbi in #80
  • docs: Move strict option to migration section by @hofbi in #81
  • chore: publish stardoc with releases by @alexeagle in #82

Full Changelog: v1.2.0...v1.3.0

v1.2.0

21 Aug 18:22
0b4df86

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.2.0")

Then follow more install instructions from the project README.

What's Changed

  • ci: Add action to enfore conventional commits by @hofbi in #69
  • chore: Simplify buildifer config by @hofbi in #71
  • feat: Add preset test macro by @hofbi in #65
  • docs: Document extra_presets and verification by @hofbi in #68
  • feat: Allow repeated values for flag presets by @hofbi in #74
  • chore: Bump skylib to 1.8.1 by @hofbi in #75

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Jul 16:14
40a3b65

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.1.0")

Then follow more install instructions from the project README.

What's Changed

  • --noremote_upload_local_results by @alexeagle in #58
  • config:ruleset - check_direct_dependencies=off by @alexeagle in #59
  • Add incompatible_exclusive_test_sandboxed for bazel 6 by @hofbi in #60
  • incompatible_merge_fixed_and_default_shell_env by @alexeagle in #64
  • Add extra presets by @hofbi in #62
  • feat: allow releasing from GH UI by @alexeagle in #66

Full Changelog: v1.0.1...v1.1.0

v1.0.1

16 Jul 18:16
f5fd438

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.0.1")

Then follow more install instructions from the project README.

What's Changed

  • Fix flag override generation by @hofbi in #56

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jul 19:33
bc4ea8c

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "1.0.0")

Then follow more install instructions from the project README.

What's Changed

Full Changelog: v0.4.3...v1.0.0

v0.4.5

15 Jul 04:51
bc4ea8c

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "0.4.5")

Then follow more install instructions from the project README.

What's Changed

Full Changelog: v0.4.3...v0.4.5

v0.4.3

14 Jul 20:26
ad9008b

Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazelrc-preset.bzl", version = "0.4.3")

Then follow more install instructions from the project README.

What's Changed

  • fix: the macro reads a new strict flag by @alexeagle in #50
  • fix(migration): this flag is being flipped to empty string (no autoloads) by @alexeagle in #48
  • fix: propagate tags to write_source_files by @alexeagle in #51

Full Changelog: v0.4.2...v0.4.3