Skip to content

Commit 95271b1

Browse files
chore: release 1.5.0
1 parent c24a21b commit 95271b1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.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.4.2"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/runpod/flash/compare/v1.4.2...v1.5.0) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* flash login command ([#160](https://github.com/runpod/flash/issues/160)) ([4480308](https://github.com/runpod/flash/commit/44803089f5e11fec3eee14b787a7d5c2eaad1410))
9+
10+
11+
### Bug Fixes
12+
13+
* add validator for workersmax and workersmin on sls endpoints ([#231](https://github.com/runpod/flash/issues/231)) ([c24a21b](https://github.com/runpod/flash/commit/c24a21ba485cfda8ae9dba56c8f245d73505720c))
14+
* dep parsing for remote decorated functions ([#230](https://github.com/runpod/flash/issues/230)) ([f7486cb](https://github.com/runpod/flash/commit/f7486cb7c42ecad2fe743cef39634dd8dda15f50))
15+
316
## [1.4.2](https://github.com/runpod/flash/compare/v1.4.1...v1.4.2) (2026-02-26)
417

518

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.4.2"
3+
version = "1.5.0"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [
66
{ name = "Runpod", email = "engineer@runpod.io" },

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.4.2" # x-release-please-version
1+
__version__ = "1.5.0" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
from dotenv import load_dotenv

0 commit comments

Comments
 (0)