File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.0 "
2+ "." : " 0.5.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.1] ( https://github.com/rtbot-dev/rules_sbom/compare/v0.5.0...v0.5.1 ) (2025-10-12)
4+
5+
6+ ### Bug Fixes
7+
8+ * clarify README instructions ([ c44d49e] ( https://github.com/rtbot-dev/rules_sbom/commit/c44d49e0d52fac2c9c1edd3816b910549f357515 ) )
9+ * clarify README instructions ([ f510718] ( https://github.com/rtbot-dev/rules_sbom/commit/f51071820b15db695268c9cdaff6e832a69f93db ) )
10+ * configure README for release automation ([ 5c4f6a3] ( https://github.com/rtbot-dev/rules_sbom/commit/5c4f6a34f563c65466693f020940fe699f99300c ) )
11+
312## [ 0.5.0] ( https://github.com/rtbot-dev/rules_sbom/compare/v0.4.8...v0.5.0 ) (2025-10-12)
413
514
Original file line number Diff line number Diff line change 11module (
22 name = "rules_sbom" ,
3- version = "0.5.0 " , # x-release-please-version
3+ version = "0.5.1 " , # x-release-please-version
44)
55
66bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
Original file line number Diff line number Diff line change 1313
14141 . Add the dependency in ` MODULE.bazel ` . Until this module lands in the Bazel Central Registry, pin the GitHub release with this override snippet:
1515 ``` starlark
16- bazel_dep(name = " rules_sbom" , version = " 0.5.0 " ) # x-release-please-version
16+ bazel_dep(name = " rules_sbom" , version = " 0.5.1 " ) # x-release-please-version
1717
1818 archive_override(
1919 module_name = " rules_sbom" ,
20- urls = [" https://github.com/rtbot-dev/rules_sbom/archive/refs/tags/v0.5.0 .tar.gz" ], # x-release-please-version
21- strip_prefix = " rules_sbom-0.5.0 " , # x-release-please-version
20+ urls = [" https://github.com/rtbot-dev/rules_sbom/archive/refs/tags/v0.5.1 .tar.gz" ], # x-release-please-version
21+ strip_prefix = " rules_sbom-0.5.1 " , # x-release-please-version
2222 sha256 = " b0bed1fc15a1a782d0b971e960d1c04cd4fd3c84a4862198105a51e02622983e" ,
2323 )
2424 ```
You can’t perform that action at this time.
0 commit comments