Skip to content

Commit 2548f64

Browse files
authored
Merge branch 'main' into deanq/ae-2827-multi-python-versions
2 parents 20ff16d + 7d298e2 commit 2548f64

5 files changed

Lines changed: 19 additions & 7 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.13.0"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## [1.14.0](https://github.com/runpod/flash/compare/v1.13.0...v1.14.0) (2026-04-17)
4+
5+
6+
### Features
7+
8+
* trigger rolling releases on code-only deploys via source fingerprint ([#320](https://github.com/runpod/flash/issues/320)) ([5b5d404](https://github.com/runpod/flash/commit/5b5d404f27e6ee11192fb16923e4992ae4916db9))
9+
10+
11+
### Bug Fixes
12+
13+
* **drift:** prevent false config drift on unchanged GPU endpoints ([#319](https://github.com/runpod/flash/issues/319)) ([f5884f2](https://github.com/runpod/flash/commit/f5884f2a1e1122838753932f30a315a7b91f6797))
14+
315
## [1.13.0](https://github.com/runpod/flash/compare/v1.12.0...v1.13.0) (2026-04-15)
416

517

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.13.0"
3+
version = "1.14.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.13.0" # x-release-please-version
1+
__version__ = "1.14.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

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)