From 67971bf454b8ac56345cc51e939a00aa391d9117 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Jun 2024 00:31:11 +0000 Subject: [PATCH] 9.8.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- semantic_release/__init__.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814d67fa8..4dacf43f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v9.8.1 (2024-06-05) + +### Fix + +* fix: improve build cmd env on windows (#942) + +* fix(version-cmd): pass windows specific env vars to build cmd when on windows + +* test(version-cmd): extend build cmd tests to include windows vars + +* docs(configuration): define windows specific env vars for build cmd + +* refactor(version-cmd): only add windows vars when windows is detected + +--------- + +Co-authored-by: Juan Cruz Mencia Naranjo <jcmencia@arsys.es> ([`d911fae`](https://github.com/python-semantic-release/python-semantic-release/commit/d911fae993d41a8cb1497fa8b2a7e823576e0f22)) + + ## v9.8.0 (2024-05-27) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 2aac22226..88b0d8177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-semantic-release" -version = "9.8.0" +version = "9.8.1" description = "Automatic Semantic Versioning for Python projects" requires-python = ">=3.8" license = { text = "MIT" } diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index 71ea2b49e..bf4838d87 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -24,7 +24,7 @@ tags_and_versions, ) -__version__ = "9.8.0" +__version__ = "9.8.1" def setup_hook(argv: list[str]) -> None: