Releases: bazel-contrib/bazelrc-preset.bzl
v1.5.1
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
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
- docs: point to API docs by @alexeagle in #87
- feat: add 'module_mirrors' flag for CloudFlare downloads by @alexeagle in #88
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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
- feat: add bzl_library targets by @alexeagle in #85
- docs: make readme more precise by @adrianimboden in #84
New Contributors
- @adrianimboden made their first contribution in #84
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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
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
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
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
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
- fix: visibility for strict.true by @alexeagle in #52
- chore(bazel6): allow_tags_propagation by @alexeagle in #53
Full Changelog: v0.4.3...v1.0.0
v0.4.5
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
- fix: visibility for strict.true by @alexeagle in #52
- chore(bazel6): allow_tags_propagation by @alexeagle in #53
Full Changelog: v0.4.3...v0.4.5
v0.4.3
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