Skip to content

Commit dd70bbe

Browse files
authored
Merge pull request #22 from rtbot-dev/release-please--branches--main
Release(main): 0.5.1
2 parents 5c4f6a3 + fc9671b commit dd70bbe

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
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.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

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.5.0", # x-release-please-version
3+
version = "0.5.1", # x-release-please-version
44
)
55

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
1. 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
```

0 commit comments

Comments
 (0)