Skip to content

Releases: python-semantic-release/python-semantic-release

v8.2.0

23 Oct 16:20
Compare
Choose a tag to compare

v8.2.0 (2023-10-23)

Documentation

  • docs: add PYTHONPATH mention for commit parser (3284258)

Feature

  • feat: Allow user customization of release notes template (#736)

Signed-off-by: Bryant Finney <bryant.finney@outlook.com> (94a1311)

v8.1.2

13 Oct 08:40
Compare
Choose a tag to compare

v8.1.2 (2023-10-13)

Build

  • build(deps-dev): update importlib-resources requirement (#719) (b1ec8fe)

  • build(deps-dev): bump ruff from 0.0.290 to 0.0.292 (#726) (9818cb0)

Chore

  • chore: remove setup.py as setuptools no longer needs it (d8762c8)

  • chore: clearer pytest output from tox (d890e46)

  • chore: pre-commit autoupdate && pre-commit run -a (7f448f2)

  • chore: add tests for python 3.12 (#728) (42360fd)

Fix

  • fix: correct lint errors

GitHub.upload_asset now raises ValueError instead of requests.HTTPError (a13a6c3)

  • fix: Error when running build command on windows systems (#732) (2553657)

v8.1.1

19 Sep 21:09
Compare
Choose a tag to compare

v8.1.1 (2023-09-19)

Build

  • build(deps-dev): bump ruff from 0.0.286 to 0.0.290 (#713)

Bumps ruff from 0.0.286 to 0.0.290.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6b288f2)

Fix

  • fix: attribute error when logging non-strings (#711) (75e6e48)

v8.1.0

19 Sep 20:45
Compare
Choose a tag to compare

v8.1.0 (2023-09-19)

Build

  • build(deps-dev): bump importlib-resources from 5.7 to 5.12.0 (#704)

  • build(deps-dev): bump importlib-resources from 5.7 to 5.12.0

  • build(deps-dev): relax importlib-resources requirement


Co-authored-by: Bernard Cooke <bernard.cooke@iotics.com> (861fe01)

Chore

  • chore: add ci test job for python 3.12-dev (#707) (2e57fb9)

Documentation

Feature

v8.0.8

26 Aug 22:34
Compare
Choose a tag to compare

v8.0.8 (2023-08-26)

Chore

  • chore: remove duplicate test cases (249cec7)

  • chore: fix lint errors and pin ruff (f16b090)

Fix

  • fix: dynamic_import() import path split (#686) (1007a06)

v8.0.7

16 Aug 18:58
Compare
Choose a tag to compare

v8.0.7 (2023-08-16)

Fix

  • fix: use correct upload url for github (#661)

Co-authored-by: github-actions <action@github.com> (8a515ca)

v8.0.6

13 Aug 21:47
Compare
Choose a tag to compare

v8.0.6 (2023-08-13)

Build

  • build(deps-dev): update pytest-xdist requirement (#677)

Updates the requirements on pytest-xdist to permit the latest version.


updated-dependencies:

  • dependency-name: pytest-xdist
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9ec6321)

  • build(deps-dev): update coverage[toml] requirement (#678)

Updates the requirements on coverage[toml] to permit the latest version.


updated-dependencies:

  • dependency-name: coverage[toml]
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3561a97)

  • build(deps-dev): bump responses from 0.21.0 to 0.23.3 (#680)

Bumps responses from 0.21.0 to 0.23.3.


updated-dependencies:

  • dependency-name: responses
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd6946c)

Chore

  • chore: clean up dependabot commit messages (5981a45)

  • chore: remove redundant flake8 config and add missing README badges (101e182)

  • chore(deps): remove obsolete dataclasses dependency (#674) (d70fe75)

Ci

Fix

  • fix(publish): improve error message when no tags found (#683) (bdc06ea)

v8.0.5

10 Aug 18:54
Compare
Choose a tag to compare

v8.0.5 (2023-08-10)

Documentation

  • docs: fix typo missing 's' in version_variable[s] in configuration.rst (#668) (879186a)

Fix

  • fix: don't warn about vcs token if ignore_token_for_push is true. (#670)

  • fix: don't warn about vcs token if ignore_token_for_push is true.

  • docs: password should be token. (f1a54a6)

Style

v8.0.4

26 Jul 20:44
Compare
Choose a tag to compare

v8.0.4 (2023-07-26)

Documentation

  • docs: clarify usage of assets config option (#655) (efa2b30)

  • docs: add Python 3.11 to classifiers in metadata (#651) (5a32a24)

Fix

  • fix(changelog): use version as semver tag by default (#653) (5984c77)

Style

v8.0.3

21 Jul 16:22
Compare
Choose a tag to compare

v8.0.3 (2023-07-21)

Fix

  • fix: skip unparseable versions when calculating next version (#649) (88f25ea)