Skip to content

Commit ebd416f

Browse files
chore: release 1.15.0 (#327)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent 7e1bef3 commit ebd416f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.14.0"
2+
".": "1.15.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/runpod/flash/compare/v1.14.0...v1.15.0) (2026-04-23)
4+
5+
6+
### Features
7+
8+
* implicit flash endpoint resolution + CLI overhaul ([#324](https://github.com/runpod/flash/issues/324)) ([7e1bef3](https://github.com/runpod/flash/commit/7e1bef314d5c07bb8092066d5f5796be7f8a8bbc))
9+
310
## [1.14.0](https://github.com/runpod/flash/compare/v1.13.0...v1.14.0) (2026-04-17)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runpod-flash"
3-
version = "1.14.0"
3+
version = "1.15.0"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [{ name = "Runpod", email = "engineer@runpod.io" }]
66
readme = "README.md"

src/runpod_flash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.0" # x-release-please-version
1+
__version__ = "1.15.0" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
# usecwd=True walks up from CWD (user's project) instead of from the

0 commit comments

Comments
 (0)