Skip to content

Commit 7f63f26

Browse files
chore(main): release 1.4.2 (#88)
Co-authored-by: runpod-workers-release-please-bot[bot] <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com>
1 parent 146ee6d commit 7f63f26

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.4.1"
2+
".": "1.4.2"
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.4.2](https://github.com/runpod-workers/flash/compare/v1.4.1...v1.4.2) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump runpod-flash 1.11.3 -&gt; 1.13.0 ([#87](https://github.com/runpod-workers/flash/issues/87)) ([146ee6d](https://github.com/runpod-workers/flash/commit/146ee6ddcbe02a63da10ec814dc2654a04f220dc))
9+
310
## [1.4.1](https://github.com/runpod-workers/flash/compare/v1.4.0...v1.4.1) (2026-04-09)
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 = "worker-flash"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Dynamic GPU provisioning for ML workloads with transparent execution"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.14"

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import platform
44
from importlib.metadata import PackageNotFoundError, version
55

6-
__version__ = "1.4.1" # x-release-please-version
6+
__version__ = "1.4.2" # x-release-please-version
77

88

99
def _get_version(package_name: str) -> str:

0 commit comments

Comments
 (0)