0.8.0
Build and Publish / release (push) Successful in 6s
CI / lint (push) Successful in 24s
CI / test (3.11) (push) Successful in 24s
CI / test (3.12) (push) Successful in 25s
CI / test (3.13) (push) Successful in 22s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-09 15:08:04 +00:00
parent f990ac4679
commit 68ab034a51
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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"