Skip to content

Commit 1afaa2b

Browse files
authored
Bump version (#93)
* bump version * Bump
1 parent 9812f6e commit 1afaa2b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/release-notes.md

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

3+
## v2.2.5
4+
5+
- The [task][fluid.scheduler.task] decorator accepts an `env` mapping of extra
6+
environment variables, injected into the subprocess for CPU-bound tasks and
7+
forwarded to the container for tasks dispatched as Kubernetes Jobs.
8+
([#90](https://github.com/quantmind/aio-fluid/pull/90))
9+
310
## v2.2.4
411

512
Bug-fix release for the task scheduler.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aio-fluid"
3-
version = "2.2.4"
3+
version = "2.2.5"
44
description = "Tools for backend python services"
55
authors = [
66
{ name = "Luca Sbardella", email = "luca@quantmind.com" },

uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)