Skip to content

Commit a3ff287

Browse files
authored
Merge pull request #1 from rtbot-dev/release-please--branches--main
chore(main): release 0.1.0
2 parents 2ea35a1 + 8b8ddbc commit a3ff287

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/rtbot-dev/rules_sbom/compare/v0.0.1...v0.1.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* add complex language examples ([6f48ad4](https://github.com/rtbot-dev/rules_sbom/commit/6f48ad42ac7833c12939a92268ebc7d64c28bda5))
9+
* add setup helper macro ([58e5b04](https://github.com/rtbot-dev/rules_sbom/commit/58e5b04a1bba660fa3e58c880d372a519a4cf945))
10+
* invoke syft cli in wrapper ([9f1ecbf](https://github.com/rtbot-dev/rules_sbom/commit/9f1ecbff8edc7605c9dcd84e3a78c9d3abafea47))
11+
* provision multi-platform syft toolchains ([a796cc6](https://github.com/rtbot-dev/rules_sbom/commit/a796cc62ede37c92816ad56e5cd6438cd5fbbfb3))
12+
* scaffold sbom rule ([e33f963](https://github.com/rtbot-dev/rules_sbom/commit/e33f963d17cece18b0d0d287ec4aead70e82dc0d))
13+
14+
15+
### Bug Fixes
16+
17+
* add express example lockfile ([bcec87f](https://github.com/rtbot-dev/rules_sbom/commit/bcec87f573c2314fa6d33fc9650b57680129bdfa))
18+
* add express example lockfile ([6e32757](https://github.com/rtbot-dev/rules_sbom/commit/6e32757d4d270c779096c9d8d454667c0856c875))
19+
* add node example lockfile ([4f40a9d](https://github.com/rtbot-dev/rules_sbom/commit/4f40a9dfb2d65b56191362715a2dc79a6477d76f))
20+
* expose windows syft binary ([e3eed7d](https://github.com/rtbot-dev/rules_sbom/commit/e3eed7d4455dae4f01a9791d59031e1cca523c7c))
21+
* prefer available python interpreter ([d4e60b0](https://github.com/rtbot-dev/rules_sbom/commit/d4e60b0309f16b41290959f5a3539c427389162b))
22+
* register windows syft toolchain ([735afe0](https://github.com/rtbot-dev/rules_sbom/commit/735afe0860c7c74154a3841809e24b658fcaaab3))
23+
* support py launcher in syft wrapper ([5efa4ec](https://github.com/rtbot-dev/rules_sbom/commit/5efa4ec3eae01d449410028d216aa93d219540d1))
24+
* switch node example to yarn lock ([6e3e8ee](https://github.com/rtbot-dev/rules_sbom/commit/6e3e8eebe1a4872b0142b2c64e7fc681ce478601))
25+
26+
## Changelog
27+
328
All notable changes to this project will be documented in this file.
429

530
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

0 commit comments

Comments
 (0)