From 5b8b3a30c62ec68810e358d043e498f2d20022f9 Mon Sep 17 00:00:00 2001 From: "runpod-release-please-bot[bot]" <228772213+runpod-release-please-bot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:40:45 +0000 Subject: [PATCH] chore: release 1.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/runpod_flash/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0a0b41e..a09efe7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.3" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d36fc36b..8fa13b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.12.0](https://github.com/runpod/flash/compare/v1.11.3...v1.12.0) (2026-04-09) + + +### Features + +* AE-1225: poll request logs for qb workers ([#276](https://github.com/runpod/flash/issues/276)) ([6684ecc](https://github.com/runpod/flash/commit/6684ecce032fc94e3cef46064bf2c3c362eb9bf2)) +* **e2e:** add E2E workflow and CPU smoke test ([#300](https://github.com/runpod/flash/issues/300)) ([78abc66](https://github.com/runpod/flash/commit/78abc66aee183c2f5ca84c5844cee79c9cc147a3)) + + +### Bug Fixes + +* **tests:** use type name check instead of isinstance for _ClientCoroutine ([#303](https://github.com/runpod/flash/issues/303)) ([d1f8d93](https://github.com/runpod/flash/commit/d1f8d93e69fdb02395a8173cac7021af59a59b93)) + ## [1.11.3](https://github.com/runpod/flash/compare/v1.11.2...v1.11.3) (2026-04-01) diff --git a/pyproject.toml b/pyproject.toml index b74146cf..d1a6eeca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runpod-flash" -version = "1.11.3" +version = "1.12.0" description = "A Python library for distributed inference and serving of machine learning models" authors = [{ name = "Runpod", email = "engineer@runpod.io" }] readme = "README.md" diff --git a/src/runpod_flash/__init__.py b/src/runpod_flash/__init__.py index c492a406..95b8710b 100644 --- a/src/runpod_flash/__init__.py +++ b/src/runpod_flash/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.11.3" # x-release-please-version +__version__ = "1.12.0" # x-release-please-version # Load .env vars from file before everything else # usecwd=True walks up from CWD (user's project) instead of from the