Skip to content

Commit 0853d14

Browse files
actions-usergithub-actions
authored andcommitted
3.1.2
Automatically generated by python-semantic-release
1 parent f08a656 commit 0853d14

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.1.2 (2023-01-06)
6+
### Fix
7+
* Prevent errors on metadata handling for some specification versions ([#330](https://github.com/CycloneDX/cyclonedx-python-lib/issues/330)) ([`f08a656`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f08a65649aee750397edc061eb3b8325a69bb4b4))
8+
9+
### Documentation
10+
* Typo ([`539b57a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/539b57a00e4e60e239bb26141f219366121e7bc2))
11+
* Fix shields ([#324](https://github.com/CycloneDX/cyclonedx-python-lib/issues/324)) ([`555dad4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/555dad4bc255066036ecca028192eb83df8ba5a0))
12+
* Fix typo ([#318](https://github.com/CycloneDX/cyclonedx-python-lib/issues/318)) ([`63bfb87`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/63bfb8772fe78e9842675d17862c456150dbbc15))
13+
514
## v3.1.1 (2022-11-28)
615
### Fix
716
* Type hint for `get_component_by_purl` is incorrect ([`3f20bf0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3f20bf04a65d5c539230281437255b5f48e17621))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <phorton@sonatype.com>"]
66
maintainers = ["Paul Horton <phorton@sonatype.com>"]

0 commit comments

Comments
 (0)