Skip to content

Commit 2f842b9

Browse files
authored
Merge pull request #20 from rtbot-dev/release-please--branches--main
Release(main): 0.4.8
2 parents 2a001e6 + d2fe2a9 commit 2f842b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.7"
2+
".": "0.4.8"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [0.4.7](https://github.com/rtbot-dev/rules_sbom/compare/v0.4.6...v0.4.7) (2025-10-11)
411

512

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_sbom",
3-
version = "0.4.7", # x-release-please-version
3+
version = "0.4.8", # x-release-please-version
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.5.0")

0 commit comments

Comments
 (0)