We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a001e6 + d2fe2a9 commit 2f842b9Copy full SHA for 2f842b9
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.4.7"
+ ".": "0.4.8"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.4.8](https://github.com/rtbot-dev/rules_sbom/compare/v0.4.7...v0.4.8) (2025-10-11)
4
+
5
6
+### Bug Fixes
7
8
+* support bzlmod toolchain registration ([2a001e6](https://github.com/rtbot-dev/rules_sbom/commit/2a001e67762dccdbcc6e1cc578fcf89e5211476c))
9
10
## [0.4.7](https://github.com/rtbot-dev/rules_sbom/compare/v0.4.6...v0.4.7) (2025-10-11)
11
12
MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_sbom",
- version = "0.4.7", # x-release-please-version
+ version = "0.4.8", # x-release-please-version
)
bazel_dep(name = "bazel_skylib", version = "1.5.0")
0 commit comments