From 558ab8adc38d51a6c3f9e4cee29a24733f8a959f 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, 4 Feb 2026 02:33:20 +0000 Subject: [PATCH] chore: release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5d3f37..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.1" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ac859..3c87f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/runpod/flash/compare/v0.25.1...v1.0.0) (2026-02-04) + + +### ⚠ BREAKING CHANGES + +* rename tetra to flash ([#165](https://github.com/runpod/flash/issues/165)) + +### Bug Fixes + +* 0.25.3 ([#173](https://github.com/runpod/flash/issues/173)) ([98b1ed7](https://github.com/runpod/flash/commit/98b1ed7c98ee8bbab43b4c880210579c1cab6a37)) + + +### Code Refactoring + +* rename tetra to flash ([#165](https://github.com/runpod/flash/issues/165)) ([7546eaf](https://github.com/runpod/flash/commit/7546eaf4e65cc828c46cf53b57ea41b8f7374d64)) + ## [0.25.1](https://github.com/runpod/runpod-flash/compare/v0.25.0...v0.25.1) (2026-02-03) diff --git a/pyproject.toml b/pyproject.toml index 60ebe40..7f9dab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runpod-flash" -version = "0.25.1" +version = "1.0.0" description = "A Python library for distributed inference and serving of machine learning models" authors = [ { name = "Runpod", email = "engineer@runpod.io" },