Skip to content

Commit c1ddb25

Browse files
chore(main): release 1.3.0 (#78)
Co-authored-by: runpod-workers-release-please-bot[bot] <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com>
1 parent bc96b33 commit c1ddb25

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.2.0"
2+
".": "1.3.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.3.0](https://github.com/runpod-workers/flash/compare/v1.2.0...v1.3.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* **handler:** on-the-fly package install for deployed mode ([#77](https://github.com/runpod-workers/flash/issues/77)) ([bc96b33](https://github.com/runpod-workers/flash/commit/bc96b3366c94847b3c7128c2d8f3185194fa09a0))
9+
310
## [1.2.0](https://github.com/runpod-workers/flash/compare/v1.1.1...v1.2.0) (2026-03-10)
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.2.0"
3+
version = "1.3.0"
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.2.0" # x-release-please-version
6+
__version__ = "1.3.0" # x-release-please-version
77

88

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

0 commit comments

Comments
 (0)