Skip to content

Commit

Permalink
chore(release): 4.3.1-alpha.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release

Signed-off-by: semantic-release <[email protected]>
  • Loading branch information
semantic-release committed Apr 20, 2024
1 parent 87218e6 commit 16f78dd
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 3 deletions.
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,88 @@



## v4.3.1-alpha.1 (2024-04-20)

### Chore

* chore: semantic-release git commit/sign valid email address

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`692b8ea`](https://github.com/CycloneDX/cyclonedx-python/commit/692b8eaa0aecf7821e829edd6324cf33f07a86b7))

### Ci

* ci: release to GitHub registry (#721)

Closes #695. ([`87218e6`](https://github.com/CycloneDX/cyclonedx-python/commit/87218e6c8163c5f887c21bf466cb9f279ff33277))

### Feature

* feat: improve declared licenses detection (#722)

- Add declared licenses from License Troves if not mapped to SPDX
license ID
- CycloneDX 1.6 mark licenses as &#34;declared&#34;

fixes #718

---------

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
Signed-off-by: jxdv &lt;[email protected]&gt; ([`d47640b`](https://github.com/CycloneDX/cyclonedx-python/commit/d47640b07d131055f70b17378eda41ac94c08932))

### Unknown

* Update release.yml

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`bfce1d1`](https://github.com/CycloneDX/cyclonedx-python/commit/bfce1d11e49b795f9c6bb5f7c0cc4d8116c28ca5))

* prep ghcr release

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`6644556`](https://github.com/CycloneDX/cyclonedx-python/commit/6644556b5c1822e67b1000da9b5daffd6c03c7b7))

* docker build label org.opencontainers.image.source

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`3d6a7ce`](https://github.com/CycloneDX/cyclonedx-python/commit/3d6a7ce2225cbf6571f0fadf1de184cb39c89805))

* docker build label org.opencontainers.image.source

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`aefd5a6`](https://github.com/CycloneDX/cyclonedx-python/commit/aefd5a6a2e472b31dce8d7d1b52a714ecf6b70e5))

* container image label &#39;org.opencontainers.image.source&#39;

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`f8ff29e`](https://github.com/CycloneDX/cyclonedx-python/commit/f8ff29eda2cc694def4f689d710768564e68b880))

* Merge branch &#39;main&#39; into ghcr-publish ([`46f7ada`](https://github.com/CycloneDX/cyclonedx-python/commit/46f7ada9d2cdd1207a2304ba4925a6b365ef9e8e))

* Merge branch &#39;main&#39; into ghcr-publish ([`1cb7a5f`](https://github.com/CycloneDX/cyclonedx-python/commit/1cb7a5fddec5e29d26d369bc0e33570c657d7590))

* docs

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
Signed-off-by: jxdv &lt;[email protected]&gt; ([`b7975ea`](https://github.com/CycloneDX/cyclonedx-python/commit/b7975ea22574eadac8b0b9434435d9eac7ae7f48))

* tidy and docs

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
Signed-off-by: jxdv &lt;[email protected]&gt; ([`b8b9409`](https://github.com/CycloneDX/cyclonedx-python/commit/b8b94092ae5f57743dcd33e2ef50768f9295e7ce))

* rename job and description

Signed-off-by: jxdv &lt;[email protected]&gt; ([`da572de`](https://github.com/CycloneDX/cyclonedx-python/commit/da572deb23921c254282554f9b6c2536559d0260))

* update release-DockerHub job

Signed-off-by: jxdv &lt;[email protected]&gt; ([`25d2449`](https://github.com/CycloneDX/cyclonedx-python/commit/25d24494800feac98f2fbed6af7f8aed94b8c2a1))

* remove redundant job &amp; fix typo

Signed-off-by: jxdv &lt;[email protected]&gt; ([`2e9d2fc`](https://github.com/CycloneDX/cyclonedx-python/commit/2e9d2fcd57baf1a539a286caa53b7ccdec2fbf6e))

* add release-GHCR job

Signed-off-by: jxdv &lt;[email protected]&gt; ([`9508cd0`](https://github.com/CycloneDX/cyclonedx-python/commit/9508cd089575693212a128811111236690b20d15))


## v4.3.0 (2024-04-20)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion cyclonedx_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# !! version is managed by `semantic_release`
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = "4.3.0" # noqa:Q000
__version__ = "4.3.1-alpha.1" # noqa:Q000

# There is no stable/public API.
# However, you might call the stable CLI instead, like so:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = "4.3.0"
release = "4.3.1-alpha.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
name = "cyclonedx-bom"
version = "4.3.0"
version = "4.3.1-alpha.1"
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
authors = [
"Jan Kowalleck <[email protected]>",
Expand Down

0 comments on commit 16f78dd

Please sign in to comment.