Skip to content

Commit f21c23b

Browse files
chore(main): release 1.1.1
1 parent 74ea9ba commit f21c23b

4 files changed

Lines changed: 11 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.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/runpod-workers/flash/compare/v1.1.0...v1.1.1) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add runtime version banner, log after unpack for accuracy ([#71](https://github.com/runpod-workers/flash/issues/71)) ([74ea9ba](https://github.com/runpod-workers/flash/commit/74ea9ba7d0f2e4e2d97ced1a34d1c0b53cfbbcbc))
9+
* **ci:** eliminate redundant CI runs and migrate release-please ([#70](https://github.com/runpod-workers/flash/issues/70)) ([002b787](https://github.com/runpod-workers/flash/commit/002b78790787ca56ff3fe127f21f714dbc43b7b1))
10+
311
## [1.1.0](https://github.com/runpod-workers/flash/compare/v1.0.1...v1.1.0) (2026-02-25)
412

513

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.0"
3+
version = "1.1.1"
44
description = "Dynamic GPU provisioning for ML workloads with transparent execution"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.15"

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from importlib.metadata import PackageNotFoundError, version
44

5-
__version__ = "1.1.0" # x-release-please-version
5+
__version__ = "1.1.1" # x-release-please-version
66

77

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

0 commit comments

Comments
 (0)