diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..4918b25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8ea1f..1d7ae35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.1](https://github.com/runpod-workers/flash/compare/v1.4.0...v1.4.1) (2026-04-09) + + +### Bug Fixes + +* **ci:** add manual workflow to bump runtime dependencies ([#84](https://github.com/runpod-workers/flash/issues/84)) ([a5dc87a](https://github.com/runpod-workers/flash/commit/a5dc87a2f165364d229b2ae82e248b6a96981f7e)) +* **deps:** bump runpod-flash 1.8.0 -> 1.11.3, runpod 1.8.1 -> 1.9.0 ([#86](https://github.com/runpod-workers/flash/issues/86)) ([f3ce708](https://github.com/runpod-workers/flash/commit/f3ce708ebb4674e65ad35c99be0f5763f71109a5)) + ## [1.4.0](https://github.com/runpod-workers/flash/compare/v1.3.0...v1.4.0) (2026-03-23) diff --git a/pyproject.toml b/pyproject.toml index 1e07d48..ccb7e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "worker-flash" -version = "1.4.0" +version = "1.4.1" description = "Dynamic GPU provisioning for ML workloads with transparent execution" readme = "README.md" requires-python = ">=3.10,<3.14" diff --git a/src/version.py b/src/version.py index f0da707..55b6516 100644 --- a/src/version.py +++ b/src/version.py @@ -3,7 +3,7 @@ import platform from importlib.metadata import PackageNotFoundError, version -__version__ = "1.4.0" # x-release-please-version +__version__ = "1.4.1" # x-release-please-version def _get_version(package_name: str) -> str: