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 2f76934 + d00ab8e commit 07d7122Copy full SHA for 07d7122
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.4.6"
+ ".": "0.4.7"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.4.7](https://github.com/rtbot-dev/rules_sbom/compare/v0.4.6...v0.4.7) (2025-10-11)
4
+
5
6
+### Bug Fixes
7
8
+* register syft repositories in extension ([2f76934](https://github.com/rtbot-dev/rules_sbom/commit/2f769345cb6967978f144e71a488b5e61f0d6f6e))
9
10
## [0.4.6](https://github.com/rtbot-dev/rules_sbom/compare/v0.4.5...v0.4.6) (2025-10-11)
11
12
MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_sbom",
- version = "0.4.6", # x-release-please-version
+ version = "0.4.7", # x-release-please-version
)
bazel_dep(name = "bazel_skylib", version = "1.5.0")
0 commit comments