From 95768216cf92a7726716f3e452d36af601f5a5f0 Mon Sep 17 00:00:00 2001 From: "runpod-workers-release-please-bot[bot]" <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:37:10 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2045f98..a86dbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/runpod-workers/flash/compare/v1.0.0...v1.0.1) (2026-02-10) + + +### Bug Fixes + +* move flash imports after maybe_unpack to fix torch import errors ([#63](https://github.com/runpod-workers/flash/issues/63)) ([f1bd8a3](https://github.com/runpod-workers/flash/commit/f1bd8a351b64d5e371119b7f8775a7533146ba9e)) + ## [1.0.0](https://github.com/runpod-workers/worker-tetra/compare/v0.7.5...v1.0.0) (2026-02-04) diff --git a/pyproject.toml b/pyproject.toml index 3cab044..7fecb2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "worker-flash" -version = "1.0.0" +version = "1.0.1" description = "Dynamic GPU provisioning for ML workloads with transparent execution" readme = "README.md" requires-python = ">=3.10,<3.15"