From a588878e2b678513128307baeebcf9924152f7ab 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: Wed, 25 Feb 2026 00:00:39 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .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 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a86dbd4..6c63ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/runpod-workers/flash/compare/v1.0.1...v1.1.0) (2026-02-25) + + +### Features + +* fully deployed environment with generated handlers ([#68](https://github.com/runpod-workers/flash/issues/68)) ([59a7fcc](https://github.com/runpod-workers/flash/commit/59a7fcc7bb6ae7b31364ad1a1418d4c85cf8a32a)) + ## [1.0.1](https://github.com/runpod-workers/flash/compare/v1.0.0...v1.0.1) (2026-02-10) diff --git a/pyproject.toml b/pyproject.toml index 4d8dae9..8aa51b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "worker-flash" -version = "1.0.1" +version = "1.1.0" description = "Dynamic GPU provisioning for ML workloads with transparent execution" readme = "README.md" requires-python = ">=3.10,<3.15"