Skip to content

Commit de07720

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

4 files changed

Lines changed: 15 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.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/runpod-workers/flash/compare/v1.1.1...v1.2.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* Python version matrix for Docker images + error-masking fix ([#76](https://github.com/runpod-workers/flash/issues/76)) ([a9845c6](https://github.com/runpod-workers/flash/commit/a9845c6e8db75419c26e6f58a17737d7bb0fe25c))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** remove partial semver docker tags ([#73](https://github.com/runpod-workers/flash/issues/73)) ([4499808](https://github.com/runpod-workers/flash/commit/44998087a608a64b0e64020efeb5bf2320d1561f))
14+
315
## [1.1.1](https://github.com/runpod-workers/flash/compare/v1.1.0...v1.1.1) (2026-02-26)
416

517

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.1.1"
3+
version = "1.2.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.1.1" # x-release-please-version
6+
__version__ = "1.2.0" # x-release-please-version
77

88

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

0 commit comments

Comments
 (0)