From 68ab034a5198f5345c26fb3bd9e295be5b100b5f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Sep 2026 15:08:01 +0000 Subject: [PATCH] 0.8.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e500ce5..2618ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.8.0 (2026-09-09) + +### Features + +- Add context manager to suppress print from e.g. macros + ([`f990ac4`](https://gitea.psi.ch/mx/AareCommon/commit/f990ac46798956f596f8d4a8431c628706cbf13f)) + + ## v0.7.4 (2026-09-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1ba266f..5767daa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.7.4" +version = "0.8.0" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"