From f8258812706b7a9ebd8e694b036b5986046f6bd6 Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Sun, 22 Mar 2026 22:27:17 -0400 Subject: [PATCH 1/2] chore: bump version to 0.43.0 New features in this release: - Cloud Run GPU deployment support (deploy_cloudrun.py, Dockerfile.cloudrun) - Ensemble preset support in API client (-p/--preset flag in CLI) - Preset parameter in separate_audio() and separate_audio_and_wait() - Stem marker stripping for chained separations Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06c551a..f99f809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "audio-separator" -version = "0.42.1" +version = "0.43.0" description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07" authors = ["Andrew Beveridge "] license = "MIT" From e3fce740ccd891019c0740141c009eb64e22fd51 Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Sun, 22 Mar 2026 22:36:18 -0400 Subject: [PATCH 2/2] Trigger CI: runners restarted, idle check paused