Skip to content

Commit 82f1a4f

Browse files
chore(main): release 0.7.1 (#38)
Co-authored-by: runpod-workers-release-please-bot[bot] <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com>
1 parent 6b19ce6 commit 82f1a4f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.0"
2+
".": "0.7.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+
## [0.7.1](https://github.com/runpod-workers/worker-tetra/compare/v0.7.0...v0.7.1) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* configure release-please to include refactor commits ([#37](https://github.com/runpod-workers/worker-tetra/issues/37)) ([b8c59a0](https://github.com/runpod-workers/worker-tetra/commit/b8c59a0eef5f876a9cbbf524f48f2ce984b2b013))
9+
* **executor:** add async function and method execution support ([#42](https://github.com/runpod-workers/worker-tetra/issues/42)) ([6b19ce6](https://github.com/runpod-workers/worker-tetra/commit/6b19ce678f091979b387657ec657959768861d4c))
10+
311
## [0.7.0](https://github.com/runpod-workers/worker-tetra/compare/v0.6.0...v0.7.0) (2025-10-10)
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-tetra"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Dynamic GPU provisioning for ML workloads with transparent execution"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)