From 575940b8ff0bd5f7a5deded646f57f9a63beb3cc Mon Sep 17 00:00:00 2001 From: "runpod-release-please-bot[bot]" <228772213+runpod-release-please-bot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:54:46 +0000 Subject: [PATCH] chore: release 1.11.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- src/runpod_flash/__init__.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33f2a737..b0a0b41e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.2" + ".": "1.11.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec618441..d36fc36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.11.3](https://github.com/runpod/flash/compare/v1.11.2...v1.11.3) (2026-04-01) + + +### Bug Fixes + +* CE-1414 rely on flashBootType instead of -fb ([#297](https://github.com/runpod/flash/issues/297)) ([1f8b7d6](https://github.com/runpod/flash/commit/1f8b7d6f3a25034a6aedb258275ec38c59d2c206)) +* **execute_class:** add async lock to prevent double deploy ([#274](https://github.com/runpod/flash/issues/274)) ([4ef36c8](https://github.com/runpod/flash/commit/4ef36c889ea4865db51fe37a5677ec9614feb445)) +* **serverless:** use executionTimeoutMs as runsync client timeout ([#272](https://github.com/runpod/flash/issues/272)) ([49451d4](https://github.com/runpod/flash/commit/49451d475243cd7cab4182b65942e168d177ea0a)) +* **stubs:** handle None return from void [@remote](https://github.com/remote) functions ([#273](https://github.com/runpod/flash/issues/273)) ([65aa1c9](https://github.com/runpod/flash/commit/65aa1c9827742b1f3dc9a4b81fdea35126808f75)) +* update skeleton template python version ([#298](https://github.com/runpod/flash/issues/298)) ([633f708](https://github.com/runpod/flash/commit/633f7086e935ff42be4c1e7adb1ce519e11e8098)) + ## [1.11.2](https://github.com/runpod/flash/compare/v1.11.1...v1.11.2) (2026-03-28) diff --git a/pyproject.toml b/pyproject.toml index c10b89f3..b74146cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runpod-flash" -version = "1.11.2" +version = "1.11.3" 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 0ef47e3f..c492a406 100644 --- a/src/runpod_flash/__init__.py +++ b/src/runpod_flash/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.11.2" # x-release-please-version +__version__ = "1.11.3" # 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