Releases: bazel-contrib/rules_devicetree
Releases · bazel-contrib/rules_devicetree
v0.1.4
Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_devicetree", version = "0.1.4")What's Changed
- chore(deps): update pre-commit hook crate-ci/typos to v1.35.1 by @renovate[bot] in #55
- chore(deps): update pre-commit hook crate-ci/typos to v1.35.3 by @renovate[bot] in #56
- chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 by @renovate[bot] in #57
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #58
- chore(deps): update pre-commit hook crate-ci/typos to v1.35.4 by @renovate[bot] in #59
- chore(deps): update pre-commit hook crate-ci/typos to v1.35.5 by @renovate[bot] in #60
- chore(deps): update bazel-contrib/publish-to-bcr action to v1 by @renovate[bot] in #64
- chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8.2.1 by @renovate[bot] in #63
- chore(deps): update pre-commit hook crate-ci/typos to v1.36.2 by @renovate[bot] in #62
- chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.8.4 by @renovate[bot] in #65
- chore(deps): update dependency bazel_skylib to v1.8.2 by @renovate[bot] in #68
- chore(deps): update dependency rules_shell to v0.6.1 by @renovate[bot] in #54
- chore(deps): update pre-commit hook crate-ci/typos to v1.37.1 by @renovate[bot] in #67
- chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.9.1 by @renovate[bot] in #66
- chore(deps): update dependency bazel to v7.6.2 by @renovate[bot] in #70
- chore(deps): update pre-commit hook crate-ci/typos to v1.38.1 by @renovate[bot] in #69
- chore(deps): update pre-commit hook google/yamlfmt to v0.20.0 by @renovate[bot] in #71
- chore(deps): update dependency bazel to v7.7.0 by @renovate[bot] in #72
- chore(deps): update pre-commit hook crate-ci/typos to v1.39.0 by @renovate[bot] in #73
- chore(deps): update bazel-contrib/.github action to v7.2.4 by @renovate[bot] in #80
- chore(deps): update dependency bazel_skylib to v1.9.0 by @renovate[bot] in #79
- chore(deps): update bazel-contrib/publish-to-bcr action to v1.1.0 by @renovate[bot] in #78
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #77
- chore(deps): update pre-commit hook crate-ci/typos to v1.40.0 by @renovate[bot] in #76
- chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.10.1 by @renovate[bot] in #74
- fix: dtc compiler should have exec transition by @fionera in #81
- chore(deps): update dependency bazel to v7.7.1 by @renovate[bot] in #75
- chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.11.0 by @renovate[bot] in #82
- chore(deps): update pre-commit hook crate-ci/typos to v1.41.0 by @renovate[bot] in #83
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_devicetree", version = "0.1.3")Full Changelog: v0.1.2...v0.1.3
v0.1.2
Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_devicetree", version = "0.1.2")What's Changed
- Revert "Revert "ci(github-actions): stops auto-publishing for now."" by @jacky8hyf in #50
- fix(bcr): Fix release by @jacky8hyf in #51
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_devicetree", version = "0.1.1")What's Changed
- fix(rules): Fix DefaultInfo for dtb_composite(). by @jacky8hyf in #47
- fix(rules): Use preprocess_assemble action to find preprocessor. by @jacky8hyf in #46
- fix(docs): fix documentation. by @jacky8hyf in #45
- Revert "ci(github-actions): stops auto-publishing for now." by @jacky8hyf in #49
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Using Bzlmod with Bazel 7 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_devicetree", version = "0.1.0")What's Changed
- Set up initial project by @jacky8hyf in #4
- Update issue templates by @jacky8hyf in #6
- Fix CI by @jacky8hyf in #11
- chore(deps): update bazel-contrib/publish-to-bcr action to v0.2.2 by @renovate[bot] in #8
- chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.8.3 by @renovate[bot] in #14
- chore(deps): update dependency bazel_skylib to v1.8.0 by @renovate[bot] in #13
- chore(deps): update dependency bazel to v7.6.1 by @renovate[bot] in #9
- chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8 by @renovate[bot] in #18
- chore(deps): update pre-commit hook crate-ci/typos to v1.34.0 by @renovate[bot] in #16
- Give names to pre-commit jobs. by @jacky8hyf in #15
- Clarify naming conventions for the word devicetree. by @jacky8hyf in #21
- chore(deps): update dependency bazel_skylib to v1.8.1 by @renovate[bot] in #22
- Support a basic devicetree toolchain by @jacky8hyf in #20
- Move toolchain.bzl to private by @jacky8hyf in #25
- Format yaml files to prepare for google/yamlfmt upgrade. by @jacky8hyf in #23
- chore(deps): update dependency bazel_skylib to v1.8.1 by @renovate[bot] in #24
- chore(deps): update pre-commit hook google/yamlfmt to v0.17.2 by @renovate[bot] in #17
- Add a test on load visibility for //private bzl. by @jacky8hyf in #26
- Fix underscore in CONTRIBUTING.md. by @jacky8hyf in #27
- Delete docs/rules.md. by @jacky8hyf in #30
- Add documentation about configuring the toolchain. by @jacky8hyf in #31
- Update aspect_bazel_lib & update docs. by @jacky8hyf in #33
- Add rules to build dtb(), dtbo(), and dtb_composite() by @jacky8hyf in #28
- Support preprocessing #define by @jacky8hyf in #29
- Add some checks at analysis phase by @jacky8hyf in #34
- Support devicetree_library by @jacky8hyf in #35
- Update BCR fork name. by @jacky8hyf in #37
- Update buildifier_prebuilt to 8.2.0.2. by @jacky8hyf in #38
- Fix up some docs by @jacky8hyf in #36
- docs: Clarify .dtsi/.h in dtb.srcs. by @jacky8hyf in #40
- fix(rules): Re-run gazelle to update all bzl_library() targets. by @jacky8hyf in #41
- chore(deps): update bazel-contrib/.github action to v7.2.3 by @renovate[bot] in #42
- fix(github-actions): Fix release process by @jacky8hyf in #39
- fix(docs): fix documentation. by @jacky8hyf in #43
New Contributors
- @jacky8hyf made their first contribution in #4
- @renovate[bot] made their first contribution in #8
Full Changelog: https://github.com/bazel-contrib/rules_devicetree/commits/v0.1.0