From e34d7bdb9bb9a7e00c1f74f3d7313e9a3b5a12f4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 13 May 2024 03:22:52 +0000 Subject: [PATCH] 9.7.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- semantic_release/__init__.py | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3d2be11..e083790d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## v9.7.2 (2024-05-13) + +### Documentation + +* docs(configuration): clarify TOC & alphabetize configuration descriptions ([`19add16`](https://github.com/python-semantic-release/python-semantic-release/commit/19add16dcfdfdb812efafe2d492a933d0856df1d)) + +* docs(configuration): clarify TOC & standardize heading links ([`3a41995`](https://github.com/python-semantic-release/python-semantic-release/commit/3a4199542d0ea4dbf88fa35e11bec41d0c27dd17)) + +### Fix + +* fix: enable user configuration of `build_command` env vars (#925) + +- test(version): add test of user defined env variables in build command + + ref: #922 + +- fix(version): enable user config of `build_command` env variables + + Resolves: #922 + +- docs(configuration): document `build_command_env` configuration option ([`6b5b271`](https://github.com/python-semantic-release/python-semantic-release/commit/6b5b271453874b982fbf2827ec1f6be6db1c2cc7)) + + ## v9.7.1 (2024-05-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 874e02a0e..6176ce435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-semantic-release" -version = "9.7.1" +version = "9.7.2" 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 a1ce029ba..3ff6e386e 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -24,7 +24,7 @@ tags_and_versions, ) -__version__ = "9.7.1" +__version__ = "9.7.2" def setup_hook(argv: list[str]) -> None: