Python-semantic-release

Latest version: v9.15.2

Safety actively analyzes 689579 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 40

7.34.5

Not secure
Bug Fixes

- Consider empty commits
([608](https://github.com/python-semantic-release/python-semantic-release/pull/608),
[`6f2e890`](https://github.com/python-semantic-release/python-semantic-release/commit/6f2e8909636595d3cb5e858f42c63820cda45974))

7.34.4

Not secure
Bug Fixes

- Docker build fails installing git
([605](https://github.com/python-semantic-release/python-semantic-release/pull/605),
[`9e3eb97`](https://github.com/python-semantic-release/python-semantic-release/commit/9e3eb979783bc39ca564c2967c6c77eecba682e6))

git was installed from bullseye-backports, but base image is referencing latest python:3.10 since
bookworm was recently released, this now points at bookworm and installing the backport of git is
actually trying to downgrade, resulting in this error:

> E: Packages were downgraded and -y was used without --allow-downgrades.

> ERROR: failed to solve: process "/bin/sh -c echo \"deb http://deb.debian.org/debian
bullseye-backports main\" >> /etc/apt/sources.list; apt-get update; apt-get install -y
git/bullseye-backports" did not complete successfully: exit code: 100

7.34.3

Not secure
Bug Fixes

- Generate markdown linter compliant changelog headers & lists
([597](https://github.com/python-semantic-release/python-semantic-release/pull/597),
[`cc87400`](https://github.com/python-semantic-release/python-semantic-release/commit/cc87400d4a823350de7d02dc3172d2488c9517db))

In 594, I missed that there are 2 places where the version header is formatted

7.34.2

Not secure
Bug Fixes

- Open all files with explicit utf-8 encoding
([596](https://github.com/python-semantic-release/python-semantic-release/pull/596),
[`cb71f35`](https://github.com/python-semantic-release/python-semantic-release/commit/cb71f35c26c1655e675fa735fa880d39a2c8af9c))

7.34.1

Not secure
Bug Fixes

- Generate markdown linter compliant changelog headers & lists
([594](https://github.com/python-semantic-release/python-semantic-release/pull/594),
[`9d9d403`](https://github.com/python-semantic-release/python-semantic-release/commit/9d9d40305c499c907335abe313e3ed122db0b154))

Add an extra new line after each header and between sections to fix 2 markdownlint errors for
changelogs generated by this package

7.34.0

Not secure
Features

- Add option to only parse commits for current working directory
([509](https://github.com/python-semantic-release/python-semantic-release/pull/509),
[`cdf8116`](https://github.com/python-semantic-release/python-semantic-release/commit/cdf8116c1e415363b10a01f541873e04ad874220))

When running the application from a sub-directory in the VCS, the option use_only_cwd_commits will
filter out commits that does not changes the current working directory, similar to running
commands like `git log -- .` in a sub-directory.

Page 12 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.