Skip to content

Commit 0ce07c1

Browse files
Merge pull request #50 from konflux-ci/release-please--branches--main
chore(main): release 0.3.0
2 parents 6745744 + b9aa3d6 commit 0ce07c1

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/konflux-ci/mobster/compare/v0.2.1...v0.3.0) (2025-06-10)
4+
5+
6+
### Features
7+
8+
* Add code coverage github action ([2da25ae](https://github.com/konflux-ci/mobster/commit/2da25ae7fac3c22cee6ba2966a3fa4f654e534e2))
9+
* **ISV-5870:** Generator for oci-artifact ([f297aa8](https://github.com/konflux-ci/mobster/commit/f297aa8ca66fa1cc4e252a0b62fa659d2f6e0705))
10+
* **ISV-5870:** Generator for oci-artifact ([84f1bdf](https://github.com/konflux-ci/mobster/commit/84f1bdf6fffff7f960ede99bbdb75bed0588dde6))
11+
* **ISV-5877:** Implement uploading to TPA ([fb7748f](https://github.com/konflux-ci/mobster/commit/fb7748f6b2eca860fdbb733d5a1d9f52c2bedc22))
12+
* **ISV-5877:** Implement uploading to TPA ([0ff8d03](https://github.com/konflux-ci/mobster/commit/0ff8d0383cbad779493066f43442190d2650c381))
13+
14+
15+
### Bug Fixes
16+
17+
* **ISV-5982:** link to arch-specific images ([2eecb63](https://github.com/konflux-ci/mobster/commit/2eecb63b5757309947fb3e199c2e566741d80ec6))
18+
* Properly mock OIDC responses ([8e38a55](https://github.com/konflux-ci/mobster/commit/8e38a550e946b80ecabdec0a481687f92638c794))
19+
* Properly mock OIDC responses ([6874935](https://github.com/konflux-ci/mobster/commit/68749351936429cfec30283d189ab5b575aabb5e))
20+
21+
22+
### Documentation
23+
24+
* Update a release documentation ([0f071e5](https://github.com/konflux-ci/mobster/commit/0f071e53ad99d10252b3511e773527569e67ba88))
25+
326
## 0.2.1 (2025-06-04)
427

528

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mobster"
3-
version = "0.2.1"
3+
version = "0.3.0"
44

55
description = "A tool for generating and managing Software Bill of Materials (SBOM)."
66

0 commit comments

Comments
 (0)