Skip to content

Commit 1e20b3b

Browse files
chore: release 1.6.0 (#238)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent d0e0a1f commit 1e20b3b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/runpod/flash/compare/v1.5.0...v1.6.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* **core:** replace hardcoded worker values with constants ([#201](https://github.com/runpod/flash/issues/201)) ([08375a1](https://github.com/runpod/flash/commit/08375a1631be5d84a2f61a394687238bb845085f))
9+
10+
11+
### Bug Fixes
12+
13+
* **deploy:** preserve networkVolume config through manifest pipeline ([#242](https://github.com/runpod/flash/issues/242)) ([d0e0a1f](https://github.com/runpod/flash/commit/d0e0a1f5358ac7cf985b4189997248f6ccf2c8e4))
14+
* **stubs:** resolve sibling module imports in dependency resolver ([#240](https://github.com/runpod/flash/issues/240)) ([eec4fba](https://github.com/runpod/flash/commit/eec4fbab2ee69ae82df2b493fba1715817849483))
15+
16+
17+
### Code Refactoring
18+
19+
* consolidate HTTP client factories with Content-Type headers ([#203](https://github.com/runpod/flash/issues/203)) ([f52ed84](https://github.com/runpod/flash/commit/f52ed84b8974bdff50edf404b1e9ec4f483702f3))
20+
321
## [1.5.0](https://github.com/runpod/flash/compare/v1.4.2...v1.5.0) (2026-02-27)
422

523

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