|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v6.4.2 (2024-03-01) |
| 6 | + |
| 7 | +### Build |
| 8 | + |
| 9 | +* build: use poetry v1.8.1 (#560) |
| 10 | + |
| 11 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`6f81dfa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6f81dfaed32b76f251647f6291791e714ab158a3)) |
| 12 | + |
| 13 | +### Chore |
| 14 | + |
| 15 | +* chore(deps-dev): update coverage requirement from 7.4.1 to 7.4.3 (#558) |
| 16 | + |
| 17 | +Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. |
| 18 | +- [Release notes](https://github.com/nedbat/coveragepy/releases) |
| 19 | +- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) |
| 20 | +- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.3) |
| 21 | + |
| 22 | +--- |
| 23 | +updated-dependencies: |
| 24 | +- dependency-name: coverage |
| 25 | + dependency-type: direct:development |
| 26 | +... |
| 27 | + |
| 28 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 29 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2b7f261`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/2b7f261585faa6237e635b18d5ecaf03d81439ba)) |
| 30 | + |
| 31 | +* chore(deps): bump Gr1N/setup-poetry from 8 to 9 (#555) |
| 32 | + |
| 33 | +Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9. |
| 34 | +- [Release notes](https://github.com/gr1n/setup-poetry/releases) |
| 35 | +- [Commits](https://github.com/gr1n/setup-poetry/compare/v8...v9) |
| 36 | + |
| 37 | +--- |
| 38 | +updated-dependencies: |
| 39 | +- dependency-name: Gr1N/setup-poetry |
| 40 | + dependency-type: direct:production |
| 41 | + update-type: version-update:semver-major |
| 42 | +... |
| 43 | + |
| 44 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 45 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`178ce32`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/178ce32c0da822b8f1b4d13b427d6f21ea252b59)) |
| 46 | + |
| 47 | +* chore(deps-dev): update tox requirement from 4.12.1 to 4.13.0 (#553) |
| 48 | + |
| 49 | +Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. |
| 50 | +- [Release notes](https://github.com/tox-dev/tox/releases) |
| 51 | +- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) |
| 52 | +- [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.13.0) |
| 53 | + |
| 54 | +--- |
| 55 | +updated-dependencies: |
| 56 | +- dependency-name: tox |
| 57 | + dependency-type: direct:development |
| 58 | +... |
| 59 | + |
| 60 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 61 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`77fb2ec`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/77fb2ec3593fac577a48894f329a77a7ac6d417c)) |
| 62 | + |
| 63 | +* chore(deps-dev): update flake8-quotes requirement from 3.3.2 to 3.4.0 (#552) |
| 64 | + |
| 65 | +Updates the requirements on [flake8-quotes](https://github.com/zheller/flake8-quotes) to permit the latest version. |
| 66 | +- [Commits](https://github.com/zheller/flake8-quotes/compare/3.3.2...3.4.0) |
| 67 | + |
| 68 | +--- |
| 69 | +updated-dependencies: |
| 70 | +- dependency-name: flake8-quotes |
| 71 | + dependency-type: direct:development |
| 72 | +... |
| 73 | + |
| 74 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 75 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`cd8e67c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/cd8e67c15ae09a07f51f15855c1ae05734352f52)) |
| 76 | + |
| 77 | +* chore(deps-dev): update flake8-bugbear requirement (#549) |
| 78 | + |
| 79 | +Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. |
| 80 | +- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) |
| 81 | +- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6) |
| 82 | + |
| 83 | +--- |
| 84 | +updated-dependencies: |
| 85 | +- dependency-name: flake8-bugbear |
| 86 | + dependency-type: direct:development |
| 87 | +... |
| 88 | + |
| 89 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 90 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`153d83e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/153d83e5a18a2696d49884319fd156628a19cd7b)) |
| 91 | + |
| 92 | +### Documentation |
| 93 | + |
| 94 | +* docs: update architecture description and examples (#550) |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`a19fd28`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a19fd2828355ae031164ef7a0dda2a8ea2365108)) |
| 99 | + |
| 100 | +* docs: exclude internal docs from rendering (#545) |
| 101 | + |
| 102 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`7e55dfe`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/7e55dfe213cb2a88b3686f9e8bf93cf4642a2ccd)) |
| 103 | + |
| 104 | +### Unknown |
| 105 | + |
| 106 | +* docs |
| 107 | + |
| 108 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`63cff7e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/63cff7ee697c9d5fb96da3c8c16f7c9bc7b34e58)) |
| 109 | + |
| 110 | +* docs (#546) |
| 111 | + |
| 112 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`b0e5b43`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b0e5b43880e17ec6ce23d5d4e1e7a9a2547c1e79)) |
| 113 | + |
| 114 | + |
5 | 115 | ## v6.4.1 (2024-01-30)
|
6 | 116 |
|
7 | 117 | ### Chore
|
|
0 commit comments