Skip to content

Commit 89f1560

Browse files
chore(main): release 1.0.0 (#62)
Co-authored-by: runpod-workers-release-please-bot[bot] <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com>
1 parent 7c4da51 commit 89f1560

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.5"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/runpod-workers/worker-tetra/compare/v0.7.5...v1.0.0) (2026-02-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename tetra to flash ([#59](https://github.com/runpod-workers/worker-tetra/issues/59))
9+
10+
### Bug Fixes
11+
12+
* enable proper semantic versioning for breaking changes ([#61](https://github.com/runpod-workers/worker-tetra/issues/61)) ([7c4da51](https://github.com/runpod-workers/worker-tetra/commit/7c4da510c2797f11e610419cb61a6d532a5f1473))
13+
14+
15+
### Code Refactoring
16+
17+
* rename tetra to flash ([#59](https://github.com/runpod-workers/worker-tetra/issues/59)) ([0580129](https://github.com/runpod-workers/worker-tetra/commit/058012909953cc2187a285bca8cfaadb75637160))
18+
319
## [0.7.5](https://github.com/runpod-workers/flash/compare/v0.7.4...v0.7.5) (2026-02-03)
420

521

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

0 commit comments

Comments
 (0)