diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f344c54..a0fbbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/runpod-workers/worker-tetra/compare/v0.7.0...v0.7.1) (2025-11-14) + + +### Features + +* 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)) +* **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)) + ## [0.7.0](https://github.com/runpod-workers/worker-tetra/compare/v0.6.0...v0.7.0) (2025-10-10) diff --git a/pyproject.toml b/pyproject.toml index 4558ab0..b1d16ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "worker-tetra" -version = "0.7.0" +version = "0.7.1" description = "Dynamic GPU provisioning for ML workloads with transparent execution" readme = "README.md" requires-python = ">=3.9,<3.13"