From 16c008385ce36ab2319999884674599ae7eb7e9f Mon Sep 17 00:00:00 2001 From: "runpod-release-please-bot[bot]" <228772213+runpod-release-please-bot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:29:49 +0000 Subject: [PATCH] chore: release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f14639..96f1cd94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff7e2ce..efd96a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.3.0](https://github.com/runpod/flash/compare/v1.2.0...v1.3.0) (2026-02-20) + + +### Features + +* flash cli polishing treatments ([#209](https://github.com/runpod/flash/issues/209)) ([93bc347](https://github.com/runpod/flash/commit/93bc347489d40b4c2d5b4395c8bb650f42a1fbc2)) + + +### Code Refactoring + +* simplify flash init skeleton for zero-boilerplate flash run ([#208](https://github.com/runpod/flash/issues/208)) ([22894d4](https://github.com/runpod/flash/commit/22894d48b8835215cfcda6281c7b5f264ad9c47e)) + + +### Documentation + +* remove coordinator and mothership terminology from all documentation ([#210](https://github.com/runpod/flash/issues/210)) ([4ba5a36](https://github.com/runpod/flash/commit/4ba5a36e1abdd45ed1d862667c720a068679afbc)) + ## [1.2.0](https://github.com/runpod/flash/compare/v1.1.1...v1.2.0) (2026-02-17) diff --git a/pyproject.toml b/pyproject.toml index d5a6f8fe..f0f308d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runpod-flash" -version = "1.2.0" +version = "1.3.0" description = "A Python library for distributed inference and serving of machine learning models" authors = [ { name = "Runpod", email = "engineer@runpod.io" },